Html Css Color HEX #CDCC09 Bird Flower

📋 copy color: '#CDCC09'

red 205 ◦ green 204 ◦ blue 9

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

Shades of Bird Flower #CDCC09

Tints of Bird Flower #CDCC09

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.8%

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

R = 49.04%
G = 48.8%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CDCC09 (or 0xCDCC09) is known color: Bird Flower. HEX triplet: CD, CC and 09. RGB value is (205,204,9). Sum of RGB (Red+Green+Blue) = 205+204+9=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 9 (3.91% from 255 or 2.15% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDCC09 is #3233F6. Grayscale: #B6B6B6. Windows color (decimal): -3290103 or 642253. OLE color: 642253.

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

Color convert

RGB 205 204 9 -
CMYK 0 0.00 0.96 0.20
HSL 59.69º 0.92% 0.42% -
HSV(B) 59.69º 0.96% 0.8% -
XYZ 46.82 56.18 8.64 -
YUV 182.07 30.33 144.36 -
System Red Green Blue C M Y K H S L
Decimal 205 204 9 0 0.00 0.96 0.20 59.69 0.92 0.42
Hex CD CC 9 0 0 60 14 3C 5C 2A
Octal 315 314 11 0 0 140 24 74 134 52
Binary 11001101 11001100 1001 0 0 1100000 10100 111100 1011100 101010

Color Harmonies of #CDCC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCC09

Black with #CDCC09

Text Example


Text Example

White with #CDCC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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