Html Css Color HEX #CCAC3F Old Gold

📋 copy color: '#CCAC3F'

red 204 ◦ green 172 ◦ blue 63

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

Shades of Old Gold #CCAC3F

Tints of Old Gold #CCAC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.35%

R = 46.47%
G = 39.18%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCAC3F (or 0xCCAC3F) is known color: Old Gold. HEX triplet: CC, AC and 3F. RGB value is (204,172,63). Sum of RGB (Red+Green+Blue) = 204+172+63=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC3F is #3353C0. Grayscale: #A9A9A9. Windows color (decimal): -3363777 or 4173004. OLE color: 4173004.

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

Color convert

RGB 204 172 63 -
CMYK 0 0.16 0.69 0.2
HSL 46.38º 0.58% 0.52% -
HSV(B) 46.38º 0.69% 0.8% -
XYZ 40.55 42.7 10.81 -
YUV 169.14 68.1 152.86 -
System Red Green Blue C M Y K H S L
Decimal 204 172 63 0 0.16 0.69 0.2 46.38 0.58 0.52
Hex CC AC 3F 0 10 45 14 2E 3A 34
Octal 314 254 77 0 20 105 24 56 72 64
Binary 11001100 10101100 111111 0 10000 1000101 10100 101110 111010 110100

Color Harmonies of #CCAC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC3F

Black with #CCAC3F

Text Example


Text Example

White with #CCAC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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