Html Css Color HEX #CCA43D Metallic Gold

📋 copy color: '#CCA43D'

red 204 ◦ green 164 ◦ blue 61

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

Shades of Metallic Gold #CCA43D

Tints of Metallic Gold #CCA43D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.23%

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

R = 47.55%
G = 38.23%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCA43D (or 0xCCA43D) is known color: Metallic Gold. HEX triplet: CC, A4 and 3D. RGB value is (204,164,61). Sum of RGB (Red+Green+Blue) = 204+164+61=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA43D is #335BC2. Grayscale: #A4A4A4. Windows color (decimal): -3365827 or 4039884. OLE color: 4039884.

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

Color convert

RGB 204 164 61 -
CMYK 0 0.20 0.70 0.2
HSL 43.22º 0.58% 0.52% -
HSV(B) 43.22º 0.7% 0.8% -
XYZ 39.02 39.73 10.03 -
YUV 164.22 69.75 156.38 -
System Red Green Blue C M Y K H S L
Decimal 204 164 61 0 0.20 0.70 0.2 43.22 0.58 0.52
Hex CC A4 3D 0 14 46 14 2B 3A 34
Octal 314 244 75 0 24 106 24 53 72 64
Binary 11001100 10100100 111101 0 10100 1000110 10100 101011 111010 110100

Color Harmonies of #CCA43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA43D

Black with #CCA43D

Text Example


Text Example

White with #CCA43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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