Html Css Color HEX #CDB909 Bird Flower

📋 copy color: '#CDB909'

red 205 ◦ green 185 ◦ blue 9

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

Shades of Bird Flower #CDB909

Tints of Bird Flower #CDB909

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.37%

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

R = 51.38%
G = 46.37%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CDB909 (or 0xCDB909) is known color: Bird Flower. HEX triplet: CD, B9 and 09. RGB value is (205,185,9). Sum of RGB (Red+Green+Blue) = 205+185+9=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 9 (3.91% from 255 or 2.26% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB909 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB909 is #3246F6. Grayscale: #ABABAB. Windows color (decimal): -3294967 or 637389. OLE color: 637389.

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

Color convert

RGB 205 185 9 -
CMYK 0 0.10 0.96 0.20
HSL 53.88º 0.92% 0.42% -
HSV(B) 53.88º 0.96% 0.8% -
XYZ 42.58 47.7 7.22 -
YUV 170.92 36.63 152.31 -
System Red Green Blue C M Y K H S L
Decimal 205 185 9 0 0.10 0.96 0.20 53.88 0.92 0.42
Hex CD B9 9 0 A 60 14 36 5C 2A
Octal 315 271 11 0 12 140 24 66 134 52
Binary 11001101 10111001 1001 0 1010 1100000 10100 110110 1011100 101010

Color Harmonies of #CDB909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB909

Black with #CDB909

Text Example


Text Example

White with #CDB909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB909; }

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

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

background-color css

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

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

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

border-color css

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

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

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