Html Css Color HEX #CCAC31 Metallic Gold

📋 copy color: '#CCAC31'

red 204 ◦ green 172 ◦ blue 49

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

Shades of Metallic Gold #CCAC31

Tints of Metallic Gold #CCAC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.53%

R = 48%
G = 40.47%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCAC31 (or 0xCCAC31) is known color: Metallic Gold. HEX triplet: CC, AC and 31. RGB value is (204,172,49). Sum of RGB (Red+Green+Blue) = 204+172+49=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC31 is #3353CE. Grayscale: #A8A8A8. Windows color (decimal): -3363791 or 3255500. OLE color: 3255500.

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

Color convert

RGB 204 172 49 -
CMYK 0 0.16 0.76 0.2
HSL 47.61º 0.61% 0.5% -
HSV(B) 47.61º 0.76% 0.8% -
XYZ 40.21 42.56 9 -
YUV 167.55 61.1 154 -
System Red Green Blue C M Y K H S L
Decimal 204 172 49 0 0.16 0.76 0.2 47.61 0.61 0.5
Hex CC AC 31 0 10 4C 14 30 3D 32
Octal 314 254 61 0 20 114 24 60 75 62
Binary 11001100 10101100 110001 0 10000 1001100 10100 110000 111101 110010

Color Harmonies of #CCAC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC31

Black with #CCAC31

Text Example


Text Example

White with #CCAC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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