Html Css Color HEX #CCA737 Metallic Gold

📋 copy color: '#CCA737'

red 204 ◦ green 167 ◦ blue 55

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

Shades of Metallic Gold #CCA737

Tints of Metallic Gold #CCA737

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.2%

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

R = 47.89%
G = 39.2%
B = 12.91%

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

#CCA737 (or 0xCCA737) is known color: Metallic Gold. HEX triplet: CC, A7 and 37. RGB value is (204,167,55). Sum of RGB (Red+Green+Blue) = 204+167+55=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA737 is #3358C8. Grayscale: #A5A5A5. Windows color (decimal): -3365065 or 3647436. OLE color: 3647436.

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

Color convert

RGB 204 167 55 -
CMYK 0 0.18 0.73 0.2
HSL 45.1º 0.59% 0.51% -
HSV(B) 45.1º 0.73% 0.8% -
XYZ 39.41 40.75 9.4 -
YUV 165.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 204 167 55 0 0.18 0.73 0.2 45.1 0.59 0.51
Hex CC A7 37 0 12 49 14 2D 3B 33
Octal 314 247 67 0 22 111 24 55 73 63
Binary 11001100 10100111 110111 0 10010 1001001 10100 101101 111011 110011

Color Harmonies of #CCA737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA737

Black with #CCA737

Text Example


Text Example

White with #CCA737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA737; }

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

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

background-color css

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

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

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

border-color css

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

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

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