Html Css Color HEX #CCA639 Metallic Gold

📋 copy color: '#CCA639'

red 204 ◦ green 166 ◦ blue 57

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

Shades of Metallic Gold #CCA639

Tints of Metallic Gold #CCA639

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.88%

 BLUE value IS 57 (22.66% from 255) = 13.35%

R = 47.78%
G = 38.88%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCA639 (or 0xCCA639) is known color: Metallic Gold. HEX triplet: CC, A6 and 39. RGB value is (204,166,57). Sum of RGB (Red+Green+Blue) = 204+166+57=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 57 (22.66% from 255 or 13.35% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA639 is #3359C6. Grayscale: #A5A5A5. Windows color (decimal): -3365319 or 3778252. OLE color: 3778252.

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

Color convert

RGB 204 166 57 -
CMYK 0 0.19 0.72 0.2
HSL 44.49º 0.59% 0.51% -
HSV(B) 44.49º 0.72% 0.8% -
XYZ 39.28 40.41 9.6 -
YUV 164.94 67.09 155.86 -
System Red Green Blue C M Y K H S L
Decimal 204 166 57 0 0.19 0.72 0.2 44.49 0.59 0.51
Hex CC A6 39 0 13 48 14 2C 3B 33
Octal 314 246 71 0 23 110 24 54 73 63
Binary 11001100 10100110 111001 0 10011 1001000 10100 101100 111011 110011

Color Harmonies of #CCA639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA639

Black with #CCA639

Text Example


Text Example

White with #CCA639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA639; }

 p { color: rgb(204,166,57); }

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

background-color css

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

 a { background-color: rgb(204,166,57); }

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

border-color css

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

 span { border-color: rgb(204,166,57); }

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