Html Css Color HEX #CCAC06 Bird Flower

📋 copy color: '#CCAC06'

red 204 ◦ green 172 ◦ blue 6

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

Shades of Bird Flower #CCAC06

Tints of Bird Flower #CCAC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.57%

R = 53.4%
G = 45.03%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCAC06 (or 0xCCAC06) is known color: Bird Flower. HEX triplet: CC, AC and 06. RGB value is (204,172,6). Sum of RGB (Red+Green+Blue) = 204+172+6=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 6 (2.73% from 255 or 1.57% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC06 is #3353F9. Grayscale: #A3A3A3. Windows color (decimal): -3363834 or 437452. OLE color: 437452.

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

Color convert

RGB 204 172 6 -
CMYK 0 0.16 0.97 0.2
HSL 50.3º 0.94% 0.41% -
HSV(B) 50.3º 0.97% 0.8% -
XYZ 39.69 42.36 6.26 -
YUV 162.64 39.6 157.5 -
System Red Green Blue C M Y K H S L
Decimal 204 172 6 0 0.16 0.97 0.2 50.3 0.94 0.41
Hex CC AC 6 0 10 61 14 32 5E 29
Octal 314 254 6 0 20 141 24 62 136 51
Binary 11001100 10101100 110 0 10000 1100001 10100 110010 1011110 101001

Color Harmonies of #CCAC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC06

Black with #CCAC06

Text Example


Text Example

White with #CCAC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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