Html Css Color HEX #CCAC33 Metallic Gold

📋 copy color: '#CCAC33'

red 204 ◦ green 172 ◦ blue 51

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

Shades of Metallic Gold #CCAC33

Tints of Metallic Gold #CCAC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.94%

R = 47.78%
G = 40.28%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCAC33 (or 0xCCAC33) is known color: Metallic Gold. HEX triplet: CC, AC and 33. RGB value is (204,172,51). Sum of RGB (Red+Green+Blue) = 204+172+51=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 51 (20.31% from 255 or 11.94% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC33 is #3353CC. Grayscale: #A8A8A8. Windows color (decimal): -3363789 or 3386572. OLE color: 3386572.

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

Color convert

RGB 204 172 51 -
CMYK 0 0.16 0.75 0.2
HSL 47.45º 0.6% 0.5% -
HSV(B) 47.45º 0.75% 0.8% -
XYZ 40.25 42.58 9.23 -
YUV 167.77 62.1 153.84 -
System Red Green Blue C M Y K H S L
Decimal 204 172 51 0 0.16 0.75 0.2 47.45 0.6 0.5
Hex CC AC 33 0 10 4B 14 2F 3C 32
Octal 314 254 63 0 20 113 24 57 74 62
Binary 11001100 10101100 110011 0 10000 1001011 10100 101111 111100 110010

Color Harmonies of #CCAC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC33

Black with #CCAC33

Text Example


Text Example

White with #CCAC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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