Html Css Color HEX #CCAC34 Metallic Gold

📋 copy color: '#CCAC34'

red 204 ◦ green 172 ◦ blue 52

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

Shades of Metallic Gold #CCAC34

Tints of Metallic Gold #CCAC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.15%

R = 47.66%
G = 40.19%
B = 12.15%

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

#CCAC34 (or 0xCCAC34) is known color: Metallic Gold. HEX triplet: CC, AC and 34. RGB value is (204,172,52). Sum of RGB (Red+Green+Blue) = 204+172+52=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC34 is #3353CB. Grayscale: #A8A8A8. Windows color (decimal): -3363788 or 3452108. OLE color: 3452108.

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

Color convert

RGB 204 172 52 -
CMYK 0 0.16 0.75 0.2
HSL 47.37º 0.6% 0.5% -
HSV(B) 47.37º 0.75% 0.8% -
XYZ 40.27 42.59 9.35 -
YUV 167.89 62.6 153.76 -
System Red Green Blue C M Y K H S L
Decimal 204 172 52 0 0.16 0.75 0.2 47.37 0.6 0.5
Hex CC AC 34 0 10 4B 14 2F 3C 32
Octal 314 254 64 0 20 113 24 57 74 62
Binary 11001100 10101100 110100 0 10000 1001011 10100 101111 111100 110010

Color Harmonies of #CCAC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC34

Black with #CCAC34

Text Example


Text Example

White with #CCAC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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