Html Css Color HEX #CCC408 Bird Flower

📋 copy color: '#CCC408'

red 204 ◦ green 196 ◦ blue 8

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

Shades of Bird Flower #CCC408

Tints of Bird Flower #CCC408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.96%

R = 50%
G = 48.04%
B = 1.96%

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

#CCC408 (or 0xCCC408) is known color: Bird Flower. HEX triplet: CC, C4 and 08. RGB value is (204,196,8). Sum of RGB (Red+Green+Blue) = 204+196+8=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 8 (3.52% from 255 or 1.96% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC408 is #333BF7. Grayscale: #B1B1B1. Windows color (decimal): -3357688 or 574668. OLE color: 574668.

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

Color convert

RGB 204 196 8 -
CMYK 0 0.04 0.96 0.2
HSL 57.55º 0.92% 0.42% -
HSV(B) 57.55º 0.96% 0.8% -
XYZ 44.69 52.33 7.98 -
YUV 176.96 32.65 147.29 -
System Red Green Blue C M Y K H S L
Decimal 204 196 8 0 0.04 0.96 0.2 57.55 0.92 0.42
Hex CC C4 8 0 4 60 14 3A 5C 2A
Octal 314 304 10 0 4 140 24 72 134 52
Binary 11001100 11000100 1000 0 100 1100000 10100 111010 1011100 101010

Color Harmonies of #CCC408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC408

Black with #CCC408

Text Example


Text Example

White with #CCC408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC408; }

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

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

background-color css

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

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

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

border-color css

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

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

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