Html Css Color HEX #CCC908 Bird Flower

📋 copy color: '#CCC908'

red 204 ◦ green 201 ◦ blue 8

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

Shades of Bird Flower #CCC908

Tints of Bird Flower #CCC908

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.67%

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

R = 49.39%
G = 48.67%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCC908 (or 0xCCC908) is known color: Bird Flower. HEX triplet: CC, C9 and 08. RGB value is (204,201,8). Sum of RGB (Red+Green+Blue) = 204+201+8=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 8 (3.52% from 255 or 1.94% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC908 is #3336F7. Grayscale: #B4B4B4. Windows color (decimal): -3356408 or 575948. OLE color: 575948.

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

Color convert

RGB 204 201 8 -
CMYK 0 0.01 0.96 0.2
HSL 59.08º 0.92% 0.42% -
HSV(B) 59.08º 0.96% 0.8% -
XYZ 45.83 54.63 8.36 -
YUV 179.9 30.99 145.19 -
System Red Green Blue C M Y K H S L
Decimal 204 201 8 0 0.01 0.96 0.2 59.08 0.92 0.42
Hex CC C9 8 0 1 60 14 3B 5C 2A
Octal 314 311 10 0 1 140 24 73 134 52
Binary 11001100 11001001 1000 0 1 1100000 10100 111011 1011100 101010

Color Harmonies of #CCC908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC908

Black with #CCC908

Text Example


Text Example

White with #CCC908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC908; }

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

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

background-color css

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

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

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

border-color css

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

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

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