Html Css Color HEX #CCC808 Bird Flower

📋 copy color: '#CCC808'

red 204 ◦ green 200 ◦ blue 8

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

Shades of Bird Flower #CCC808

Tints of Bird Flower #CCC808

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.54%

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

R = 49.51%
G = 48.54%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCC808 (or 0xCCC808) is known color: Bird Flower. HEX triplet: CC, C8 and 08. RGB value is (204,200,8). Sum of RGB (Red+Green+Blue) = 204+200+8=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC808 is #3337F7. Grayscale: #B4B4B4. Windows color (decimal): -3356664 or 575692. OLE color: 575692.

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

Color convert

RGB 204 200 8 -
CMYK 0 0.02 0.96 0.2
HSL 58.78º 0.92% 0.42% -
HSV(B) 58.78º 0.96% 0.8% -
XYZ 45.6 54.16 8.28 -
YUV 179.31 31.33 145.61 -
System Red Green Blue C M Y K H S L
Decimal 204 200 8 0 0.02 0.96 0.2 58.78 0.92 0.42
Hex CC C8 8 0 2 60 14 3B 5C 2A
Octal 314 310 10 0 2 140 24 73 134 52
Binary 11001100 11001000 1000 0 10 1100000 10100 111011 1011100 101010

Color Harmonies of #CCC808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC808

Black with #CCC808

Text Example


Text Example

White with #CCC808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC808; }

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

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

background-color css

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

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

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

border-color css

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

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

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