Html Css Color HEX #CCAC01 Bird Flower

📋 copy color: '#CCAC01'

red 204 ◦ green 172 ◦ blue 1

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

Shades of Bird Flower #CCAC01

Tints of Bird Flower #CCAC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 54.11%
G = 45.62%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CCAC01 (or 0xCCAC01) is known color: Bird Flower. HEX triplet: CC, AC and 01. RGB value is (204,172,1). Sum of RGB (Red+Green+Blue) = 204+172+1=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC01 is #3353FE. Grayscale: #A2A2A2. Windows color (decimal): -3363839 or 109772. OLE color: 109772.

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

Color convert

RGB 204 172 1 -
CMYK 0 0.16 1.00 0.2
HSL 50.54º 0.99% 0.4% -
HSV(B) 50.54º 1% 0.8% -
XYZ 39.66 42.34 6.11 -
YUV 162.07 37.1 157.9 -
System Red Green Blue C M Y K H S L
Decimal 204 172 1 0 0.16 1.00 0.2 50.54 0.99 0.4
Hex CC AC 1 0 10 64 14 33 63 28
Octal 314 254 1 0 20 144 24 63 143 50
Binary 11001100 10101100 1 0 10000 1100100 10100 110011 1100011 101000

Color Harmonies of #CCAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC01

Black with #CCAC01

Text Example


Text Example

White with #CCAC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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