Html Css Color HEX #CCC409 Bird Flower

📋 copy color: '#CCC409'

red 204 ◦ green 196 ◦ blue 9

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

Shades of Bird Flower #CCC409

Tints of Bird Flower #CCC409

RGB

 RED value IS 204 (80.08% from 255) = 49.88%

 GREEN value IS 196 (76.95% from 255) = 47.92%

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

R = 49.88%
G = 47.92%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCC409 (or 0xCCC409) is known color: Bird Flower. HEX triplet: CC, C4 and 09. RGB value is (204,196,9). Sum of RGB (Red+Green+Blue) = 204+196+9=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 9 (3.91% from 255 or 2.20% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC409 is #333BF6. Grayscale: #B1B1B1. Windows color (decimal): -3357687 or 640204. OLE color: 640204.

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

Color convert

RGB 204 196 9 -
CMYK 0 0.04 0.96 0.2
HSL 57.54º 0.92% 0.42% -
HSV(B) 57.54º 0.96% 0.8% -
XYZ 44.69 52.34 8.01 -
YUV 177.07 33.15 147.21 -
System Red Green Blue C M Y K H S L
Decimal 204 196 9 0 0.04 0.96 0.2 57.54 0.92 0.42
Hex CC C4 9 0 4 60 14 3A 5C 2A
Octal 314 304 11 0 4 140 24 72 134 52
Binary 11001100 11000100 1001 0 100 1100000 10100 111010 1011100 101010

Color Harmonies of #CCC409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC409

Black with #CCC409

Text Example


Text Example

White with #CCC409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC409; }

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

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

background-color css

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

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

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

border-color css

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

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

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