Html Css Color HEX #CCAC00 Bird Flower

📋 copy color: '#CCAC00'

red 204 ◦ green 172 ◦ blue 0

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

Shades of Bird Flower #CCAC00

Tints of Bird Flower #CCAC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.26%
G = 45.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCAC00 (or 0xCCAC00) is known color: Bird Flower. HEX triplet: CC, AC and 00. RGB value is (204,172,0). Sum of RGB (Red+Green+Blue) = 204+172+0=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC00 is #3353FF. Grayscale: #A2A2A2. Windows color (decimal): -3363840 or 44236. OLE color: 44236.

HSL color Cylindrical-coordinate representation of color #CCAC00: hue angle of 50.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCAC00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 172 0 -
CMYK 0 0.16 1 0.2
HSL 50.59º 1% 0.4% -
HSV(B) 50.59º 1% 0.8% -
XYZ 39.65 42.34 6.08 -
YUV 161.96 36.6 157.99 -
System Red Green Blue C M Y K H S L
Decimal 204 172 0 0 0.16 1 0.2 50.59 1 0.4
Hex CC AC 0 0 10 64 14 33 64 28
Octal 314 254 0 0 20 144 24 63 144 50
Binary 11001100 10101100 0 0 10000 1100100 10100 110011 1100100 101000

Color Harmonies of #CCAC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC00

Black with #CCAC00

Text Example


Text Example

White with #CCAC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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