Html Css Color HEX #CCA53D Metallic Gold

📋 copy color: '#CCA53D'

red 204 ◦ green 165 ◦ blue 61

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

Shades of Metallic Gold #CCA53D

Tints of Metallic Gold #CCA53D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.37%

 BLUE value IS 61 (24.22% from 255) = 14.19%

R = 47.44%
G = 38.37%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCA53D (or 0xCCA53D) is known color: Metallic Gold. HEX triplet: CC, A5 and 3D. RGB value is (204,165,61). Sum of RGB (Red+Green+Blue) = 204+165+61=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA53D is #335AC2. Grayscale: #A5A5A5. Windows color (decimal): -3365571 or 4040140. OLE color: 4040140.

HSL color Cylindrical-coordinate representation of color #CCA53D: hue angle of 43.64º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCA53D is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 165 61 -
CMYK 0 0.19 0.70 0.2
HSL 43.64º 0.58% 0.52% -
HSV(B) 43.64º 0.7% 0.8% -
XYZ 39.2 40.08 10.09 -
YUV 164.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 204 165 61 0 0.19 0.70 0.2 43.64 0.58 0.52
Hex CC A5 3D 0 13 46 14 2C 3A 34
Octal 314 245 75 0 23 106 24 54 72 64
Binary 11001100 10100101 111101 0 10011 1000110 10100 101100 111010 110100

Color Harmonies of #CCA53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA53D

Black with #CCA53D

Text Example


Text Example

White with #CCA53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA53D; }

 p { color: rgb(204,165,61); }

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

background-color css

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

 a { background-color: rgb(204,165,61); }

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

border-color css

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

 span { border-color: rgb(204,165,61); }

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