Html Css Color HEX #CDB609 Bird Flower

📋 copy color: '#CDB609'

red 205 ◦ green 182 ◦ blue 9

#CDB609
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CDB609

Tints of Bird Flower #CDB609

RGB

 RED value IS 205 (80.47% from 255) = 51.77%

 GREEN value IS 182 (71.48% from 255) = 45.96%

 BLUE value IS 9 (3.91% from 255) = 2.27%

R = 51.77%
G = 45.96%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CDB609 (or 0xCDB609) is known color: Bird Flower. HEX triplet: CD, B6 and 09. RGB value is (205,182,9). Sum of RGB (Red+Green+Blue) = 205+182+9=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 9 (3.91% from 255 or 2.27% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB609 is #3249F6. Grayscale: #A9A9A9. Windows color (decimal): -3295735 or 636621. OLE color: 636621.

HSL color Cylindrical-coordinate representation of color #CDB609: hue angle of 52.96º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDB609 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 182 9 -
CMYK 0 0.11 0.96 0.20
HSL 52.96º 0.92% 0.42% -
HSV(B) 52.96º 0.96% 0.8% -
XYZ 41.95 46.45 7.01 -
YUV 169.16 37.62 153.57 -
System Red Green Blue C M Y K H S L
Decimal 205 182 9 0 0.11 0.96 0.20 52.96 0.92 0.42
Hex CD B6 9 0 B 60 14 35 5C 2A
Octal 315 266 11 0 13 140 24 65 134 52
Binary 11001101 10110110 1001 0 1011 1100000 10100 110101 1011100 101010

Color Harmonies of #CDB609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB609

Black with #CDB609

Text Example


Text Example

White with #CDB609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB609; }

 p { color: rgb(205,182,9); }

 H1.HeaderClassName
 {
   color: #CDB609;
 }
 .AnyTagClassName
 {
   color: #CDB609;
 }
</style>

background-color css

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

 a { background-color: rgb(205,182,9); }

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

border-color css

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

 span { border-color: rgb(205,182,9); }

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