Html Css Color HEX #CCA839 Metallic Gold

📋 copy color: '#CCA839'

red 204 ◦ green 168 ◦ blue 57

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

Shades of Metallic Gold #CCA839

Tints of Metallic Gold #CCA839

RGB

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

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

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

R = 47.55%
G = 39.16%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCA839 (or 0xCCA839) is known color: Metallic Gold. HEX triplet: CC, A8 and 39. RGB value is (204,168,57). Sum of RGB (Red+Green+Blue) = 204+168+57=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 57 (22.66% from 255 or 13.29% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA839 is #3357C6. Grayscale: #A6A6A6. Windows color (decimal): -3364807 or 3778764. OLE color: 3778764.

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

Color convert

RGB 204 168 57 -
CMYK 0 0.18 0.72 0.2
HSL 45.31º 0.59% 0.51% -
HSV(B) 45.31º 0.72% 0.8% -
XYZ 39.64 41.14 9.72 -
YUV 166.11 66.43 155.03 -
System Red Green Blue C M Y K H S L
Decimal 204 168 57 0 0.18 0.72 0.2 45.31 0.59 0.51
Hex CC A8 39 0 12 48 14 2D 3B 33
Octal 314 250 71 0 22 110 24 55 73 63
Binary 11001100 10101000 111001 0 10010 1001000 10100 101101 111011 110011

Color Harmonies of #CCA839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA839

Black with #CCA839

Text Example


Text Example

White with #CCA839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA839; }

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

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

background-color css

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

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

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

border-color css

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

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

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