Html Css Color HEX #CCA239 Metallic Gold

📋 copy color: '#CCA239'

red 204 ◦ green 162 ◦ blue 57

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

Shades of Metallic Gold #CCA239

Tints of Metallic Gold #CCA239

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.3%

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

R = 48.23%
G = 38.3%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCA239 (or 0xCCA239) is known color: Metallic Gold. HEX triplet: CC, A2 and 39. RGB value is (204,162,57). Sum of RGB (Red+Green+Blue) = 204+162+57=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA239 is #335DC6. Grayscale: #A3A3A3. Windows color (decimal): -3366343 or 3777228. OLE color: 3777228.

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

Color convert

RGB 204 162 57 -
CMYK 0 0.21 0.72 0.2
HSL 42.86º 0.59% 0.51% -
HSV(B) 42.86º 0.72% 0.8% -
XYZ 38.56 38.97 9.36 -
YUV 162.59 68.41 157.54 -
System Red Green Blue C M Y K H S L
Decimal 204 162 57 0 0.21 0.72 0.2 42.86 0.59 0.51
Hex CC A2 39 0 15 48 14 2B 3B 33
Octal 314 242 71 0 25 110 24 53 73 63
Binary 11001100 10100010 111001 0 10101 1001000 10100 101011 111011 110011

Color Harmonies of #CCA239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA239

Black with #CCA239

Text Example


Text Example

White with #CCA239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA239; }

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

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

background-color css

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

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

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

border-color css

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

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

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