Html Css Color HEX #CCAB3E Metallic Gold

📋 copy color: '#CCAB3E'

red 204 ◦ green 171 ◦ blue 62

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

Shades of Metallic Gold #CCAB3E

Tints of Metallic Gold #CCAB3E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.13%

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

R = 46.68%
G = 39.13%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCAB3E (or 0xCCAB3E) is known color: Metallic Gold. HEX triplet: CC, AB and 3E. RGB value is (204,171,62). Sum of RGB (Red+Green+Blue) = 204+171+62=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB3E is #3354C1. Grayscale: #A8A8A8. Windows color (decimal): -3364034 or 4107212. OLE color: 4107212.

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

Color convert

RGB 204 171 62 -
CMYK 0 0.16 0.70 0.2
HSL 46.06º 0.58% 0.52% -
HSV(B) 46.06º 0.7% 0.8% -
XYZ 40.33 42.31 10.6 -
YUV 168.44 67.93 153.36 -
System Red Green Blue C M Y K H S L
Decimal 204 171 62 0 0.16 0.70 0.2 46.06 0.58 0.52
Hex CC AB 3E 0 10 46 14 2E 3A 34
Octal 314 253 76 0 20 106 24 56 72 64
Binary 11001100 10101011 111110 0 10000 1000110 10100 101110 111010 110100

Color Harmonies of #CCAB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB3E

Black with #CCAB3E

Text Example


Text Example

White with #CCAB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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