Html Css Color HEX #CCAC2D Metallic Gold

📋 copy color: '#CCAC2D'

red 204 ◦ green 172 ◦ blue 45

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

Shades of Metallic Gold #CCAC2D

Tints of Metallic Gold #CCAC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.69%

R = 48.46%
G = 40.86%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCAC2D (or 0xCCAC2D) is known color: Metallic Gold. HEX triplet: CC, AC and 2D. RGB value is (204,172,45). Sum of RGB (Red+Green+Blue) = 204+172+45=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC2D is #3353D2. Grayscale: #A7A7A7. Windows color (decimal): -3363795 or 2993356. OLE color: 2993356.

HSL color Cylindrical-coordinate representation of color #CCAC2D: hue angle of 47.92º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCAC2D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 172 45 -
CMYK 0 0.16 0.78 0.2
HSL 47.92º 0.64% 0.49% -
HSV(B) 47.92º 0.78% 0.8% -
XYZ 40.13 42.53 8.58 -
YUV 167.09 59.1 154.33 -
System Red Green Blue C M Y K H S L
Decimal 204 172 45 0 0.16 0.78 0.2 47.92 0.64 0.49
Hex CC AC 2D 0 10 4E 14 30 40 31
Octal 314 254 55 0 20 116 24 60 100 61
Binary 11001100 10101100 101101 0 10000 1001110 10100 110000 1000000 110001

Color Harmonies of #CCAC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC2D

Black with #CCAC2D

Text Example


Text Example

White with #CCAC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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