Html Css Color HEX #CDB009 Bird Flower

📋 copy color: '#CDB009'

red 205 ◦ green 176 ◦ blue 9

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

Shades of Bird Flower #CDB009

Tints of Bird Flower #CDB009

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.13%

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

R = 52.56%
G = 45.13%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CDB009 (or 0xCDB009) is known color: Bird Flower. HEX triplet: CD, B0 and 09. RGB value is (205,176,9). Sum of RGB (Red+Green+Blue) = 205+176+9=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 9 (3.91% from 255 or 2.31% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB009 is #324FF6. Grayscale: #A6A6A6. Windows color (decimal): -3297271 or 635085. OLE color: 635085.

HSL color Cylindrical-coordinate representation of color #CDB009: hue angle of 51.12º 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 #CDB009 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 176 9 -
CMYK 0 0.14 0.96 0.20
HSL 51.12º 0.92% 0.42% -
HSV(B) 51.12º 0.96% 0.8% -
XYZ 40.75 44.05 6.61 -
YUV 165.63 39.61 156.08 -
System Red Green Blue C M Y K H S L
Decimal 205 176 9 0 0.14 0.96 0.20 51.12 0.92 0.42
Hex CD B0 9 0 E 60 14 33 5C 2A
Octal 315 260 11 0 16 140 24 63 134 52
Binary 11001101 10110000 1001 0 1110 1100000 10100 110011 1011100 101010

Color Harmonies of #CDB009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB009

Black with #CDB009

Text Example


Text Example

White with #CDB009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB009; }

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

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

background-color css

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

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

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

border-color css

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

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

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