Html Css Color HEX #CCA837 Metallic Gold

📋 copy color: '#CCA837'

red 204 ◦ green 168 ◦ blue 55

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

Shades of Metallic Gold #CCA837

Tints of Metallic Gold #CCA837

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.34%

 BLUE value IS 55 (21.88% from 255) = 12.88%

R = 47.78%
G = 39.34%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CCA837 (or 0xCCA837) is known color: Metallic Gold. HEX triplet: CC, A8 and 37. RGB value is (204,168,55). Sum of RGB (Red+Green+Blue) = 204+168+55=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 55 (21.88% from 255 or 12.88% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA837 is #3357C8. Grayscale: #A6A6A6. Windows color (decimal): -3364809 or 3647692. OLE color: 3647692.

HSL color Cylindrical-coordinate representation of color #CCA837: hue angle of 45.5º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCA837 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 168 55 -
CMYK 0 0.18 0.73 0.2
HSL 45.5º 0.59% 0.51% -
HSV(B) 45.5º 0.73% 0.8% -
XYZ 39.59 41.12 9.46 -
YUV 165.88 65.43 155.19 -
System Red Green Blue C M Y K H S L
Decimal 204 168 55 0 0.18 0.73 0.2 45.5 0.59 0.51
Hex CC A8 37 0 12 49 14 2E 3B 33
Octal 314 250 67 0 22 111 24 56 73 63
Binary 11001100 10101000 110111 0 10010 1001001 10100 101110 111011 110011

Color Harmonies of #CCA837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA837

Black with #CCA837

Text Example


Text Example

White with #CCA837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA837; }

 p { color: rgb(204,168,55); }

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

background-color css

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

 a { background-color: rgb(204,168,55); }

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

border-color css

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

 span { border-color: rgb(204,168,55); }

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