Html Css Color HEX #CCA736 Metallic Gold

📋 copy color: '#CCA736'

red 204 ◦ green 167 ◦ blue 54

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

Shades of Metallic Gold #CCA736

Tints of Metallic Gold #CCA736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.71%

R = 48%
G = 39.29%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCA736 (or 0xCCA736) is known color: Metallic Gold. HEX triplet: CC, A7 and 36. RGB value is (204,167,54). Sum of RGB (Red+Green+Blue) = 204+167+54=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA736 is #3358C9. Grayscale: #A5A5A5. Windows color (decimal): -3365066 or 3581900. OLE color: 3581900.

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

Color convert

RGB 204 167 54 -
CMYK 0 0.18 0.74 0.2
HSL 45.2º 0.6% 0.51% -
HSV(B) 45.2º 0.74% 0.8% -
XYZ 39.39 40.74 9.28 -
YUV 165.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 204 167 54 0 0.18 0.74 0.2 45.2 0.6 0.51
Hex CC A7 36 0 12 4A 14 2D 3C 33
Octal 314 247 66 0 22 112 24 55 74 63
Binary 11001100 10100111 110110 0 10010 1001010 10100 101101 111100 110011

Color Harmonies of #CCA736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA736

Black with #CCA736

Text Example


Text Example

White with #CCA736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA736; }

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

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

background-color css

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

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

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

border-color css

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

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

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