Html Css Color HEX #CCA33D Metallic Gold

📋 copy color: '#CCA33D'

red 204 ◦ green 163 ◦ blue 61

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

Shades of Metallic Gold #CCA33D

Tints of Metallic Gold #CCA33D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.08%

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

R = 47.66%
G = 38.08%
B = 14.25%

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

#CCA33D (or 0xCCA33D) is known color: Metallic Gold. HEX triplet: CC, A3 and 3D. RGB value is (204,163,61). Sum of RGB (Red+Green+Blue) = 204+163+61=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA33D is #335CC2. Grayscale: #A4A4A4. Windows color (decimal): -3366083 or 4039628. OLE color: 4039628.

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

Color convert

RGB 204 163 61 -
CMYK 0 0.20 0.70 0.2
HSL 42.8º 0.58% 0.52% -
HSV(B) 42.8º 0.7% 0.8% -
XYZ 38.84 39.37 9.97 -
YUV 163.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 204 163 61 0 0.20 0.70 0.2 42.8 0.58 0.52
Hex CC A3 3D 0 14 46 14 2B 3A 34
Octal 314 243 75 0 24 106 24 53 72 64
Binary 11001100 10100011 111101 0 10100 1000110 10100 101011 111010 110100

Color Harmonies of #CCA33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA33D

Black with #CCA33D

Text Example


Text Example

White with #CCA33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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