Html Css Color HEX #CDC509 Bird Flower

📋 copy color: '#CDC509'

red 205 ◦ green 197 ◦ blue 9

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

Shades of Bird Flower #CDC509

Tints of Bird Flower #CDC509

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.93%

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

R = 49.88%
G = 47.93%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CDC509 (or 0xCDC509) is known color: Bird Flower. HEX triplet: CD, C5 and 09. RGB value is (205,197,9). Sum of RGB (Red+Green+Blue) = 205+197+9=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC509 is #323AF6. Grayscale: #B2B2B2. Windows color (decimal): -3291895 or 640461. OLE color: 640461.

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

Color convert

RGB 205 197 9 -
CMYK 0 0.04 0.96 0.20
HSL 57.55º 0.92% 0.42% -
HSV(B) 57.55º 0.96% 0.8% -
XYZ 45.19 52.93 8.09 -
YUV 177.96 32.65 147.29 -
System Red Green Blue C M Y K H S L
Decimal 205 197 9 0 0.04 0.96 0.20 57.55 0.92 0.42
Hex CD C5 9 0 4 60 14 3A 5C 2A
Octal 315 305 11 0 4 140 24 72 134 52
Binary 11001101 11000101 1001 0 100 1100000 10100 111010 1011100 101010

Color Harmonies of #CDC509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC509

Black with #CDC509

Text Example


Text Example

White with #CDC509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC509; }

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

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

background-color css

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

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

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

border-color css

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

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

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