Html Css Color HEX #CCAC08 Bird Flower

📋 copy color: '#CCAC08'

red 204 ◦ green 172 ◦ blue 8

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

Shades of Bird Flower #CCAC08

Tints of Bird Flower #CCAC08

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.79%

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

R = 53.13%
G = 44.79%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCAC08 (or 0xCCAC08) is known color: Bird Flower. HEX triplet: CC, AC and 08. RGB value is (204,172,8). Sum of RGB (Red+Green+Blue) = 204+172+8=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC08 is #3353F7. Grayscale: #A3A3A3. Windows color (decimal): -3363832 or 568524. OLE color: 568524.

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

Color convert

RGB 204 172 8 -
CMYK 0 0.16 0.96 0.2
HSL 50.2º 0.92% 0.42% -
HSV(B) 50.2º 0.96% 0.8% -
XYZ 39.7 42.36 6.31 -
YUV 162.87 40.6 157.34 -
System Red Green Blue C M Y K H S L
Decimal 204 172 8 0 0.16 0.96 0.2 50.2 0.92 0.42
Hex CC AC 8 0 10 60 14 32 5C 2A
Octal 314 254 10 0 20 140 24 62 134 52
Binary 11001100 10101100 1000 0 10000 1100000 10100 110010 1011100 101010

Color Harmonies of #CCAC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC08

Black with #CCAC08

Text Example


Text Example

White with #CCAC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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