Html Css Color HEX #CCAC3D Metallic Gold

📋 copy color: '#CCAC3D'

red 204 ◦ green 172 ◦ blue 61

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

Shades of Metallic Gold #CCAC3D

Tints of Metallic Gold #CCAC3D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.36%

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

R = 46.68%
G = 39.36%
B = 13.96%

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

#CCAC3D (or 0xCCAC3D) is known color: Metallic Gold. HEX triplet: CC, AC and 3D. RGB value is (204,172,61). Sum of RGB (Red+Green+Blue) = 204+172+61=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC3D is #3353C2. Grayscale: #A9A9A9. Windows color (decimal): -3363779 or 4041932. OLE color: 4041932.

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

Color convert

RGB 204 172 61 -
CMYK 0 0.16 0.70 0.2
HSL 46.57º 0.58% 0.52% -
HSV(B) 46.57º 0.7% 0.8% -
XYZ 40.5 42.68 10.52 -
YUV 168.91 67.1 153.03 -
System Red Green Blue C M Y K H S L
Decimal 204 172 61 0 0.16 0.70 0.2 46.57 0.58 0.52
Hex CC AC 3D 0 10 46 14 2F 3A 34
Octal 314 254 75 0 20 106 24 57 72 64
Binary 11001100 10101100 111101 0 10000 1000110 10100 101111 111010 110100

Color Harmonies of #CCAC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC3D

Black with #CCAC3D

Text Example


Text Example

White with #CCAC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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