Html Css Color HEX #CCC608 Bird Flower

📋 copy color: '#CCC608'

red 204 ◦ green 198 ◦ blue 8

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

Shades of Bird Flower #CCC608

Tints of Bird Flower #CCC608

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.29%

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

R = 49.76%
G = 48.29%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCC608 (or 0xCCC608) is known color: Bird Flower. HEX triplet: CC, C6 and 08. RGB value is (204,198,8). Sum of RGB (Red+Green+Blue) = 204+198+8=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC608 is #3339F7. Grayscale: #B2B2B2. Windows color (decimal): -3357176 or 575180. OLE color: 575180.

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

Color convert

RGB 204 198 8 -
CMYK 0 0.03 0.96 0.2
HSL 58.16º 0.92% 0.42% -
HSV(B) 58.16º 0.96% 0.8% -
XYZ 45.14 53.24 8.13 -
YUV 178.13 31.99 146.45 -
System Red Green Blue C M Y K H S L
Decimal 204 198 8 0 0.03 0.96 0.2 58.16 0.92 0.42
Hex CC C6 8 0 3 60 14 3A 5C 2A
Octal 314 306 10 0 3 140 24 72 134 52
Binary 11001100 11000110 1000 0 11 1100000 10100 111010 1011100 101010

Color Harmonies of #CCC608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC608

Black with #CCC608

Text Example


Text Example

White with #CCC608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC608; }

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

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

background-color css

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

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

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

border-color css

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

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

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