#cdba22

Color #CDBA22 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CDBA22

Tints of Bird Flower #CDBA22

Color information

#CDBA22 (or 0xCDBA22) is unknown color: approx Bird Flower. HEX triplet: CD, BA and 22. RGB value is (205,186,34). Sum of RGB (Red+Green+Blue) = 205+186+34=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBA22 is #3245DD. Grayscale: #AEAEAE. Windows color (decimal): -3294686 or 2276045. OLE color: 2276045.

HSL color Cylindrical-coordinate representation of color #CDBA22: hue angle of 53.33º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDBA22 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB20518634-
CMYK00.090.830.20
HSL53.33º71.55%46.86%-
HSV(B)53.33º83.41%80.39%-
XYZ43.0248.218.55-
YUV174.3548.79149.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 34 (13.67% from 255) = 8%
R=48.24%
G=43.76%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051863400.090.830.2053.3371.5546.86
HexCDBA2209531435482f
Octal31527242011123246511057
Binary1100110110111010100010010011010011101001101011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdba22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdba22; }

 p { color: rgb(205,186,34); }

 H1.HeaderClassName
 {
   color: #cdba22;
 }
 .AnyTagClassName
 {
   color: #cdba22;
 }
</style>
background-color css

<style>
 a { background-color: #cdba22; }

 a { background-color: rgb(205,186,34); }

 div.DivClassName
 {
   background-color: #cdba22;
 }
 .BgClassName
 {
   background-color: #cdba22;
 }
</style>
border-color css

<style>
 span { border-color: #cdba22; }

 span { border-color: rgb(205,186,34); }

 td.TdClassName
 {
   border-color: #cdba22;
 }
 .TagClassName
 {
   border-color: #cdba22;
 }
</style>