Html Css Color HEX #CCA33E Metallic Gold

📋 copy color: '#CCA33E'

red 204 ◦ green 163 ◦ blue 62

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

Shades of Metallic Gold #CCA33E

Tints of Metallic Gold #CCA33E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.45%

R = 47.55%
G = 38%
B = 14.45%

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

#CCA33E (or 0xCCA33E) is known color: Metallic Gold. HEX triplet: CC, A3 and 3E. RGB value is (204,163,62). Sum of RGB (Red+Green+Blue) = 204+163+62=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA33E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA33E is #335CC1. Grayscale: #A4A4A4. Windows color (decimal): -3366082 or 4105164. OLE color: 4105164.

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

Color convert

RGB 204 163 62 -
CMYK 0 0.20 0.70 0.2
HSL 42.68º 0.58% 0.52% -
HSV(B) 42.68º 0.7% 0.8% -
XYZ 38.87 39.38 10.11 -
YUV 163.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 204 163 62 0 0.20 0.70 0.2 42.68 0.58 0.52
Hex CC A3 3E 0 14 46 14 2B 3A 34
Octal 314 243 76 0 24 106 24 53 72 64
Binary 11001100 10100011 111110 0 10100 1000110 10100 101011 111010 110100

Color Harmonies of #CCA33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA33E

Black with #CCA33E

Text Example


Text Example

White with #CCA33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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