Html Css Color HEX #CCAB42 Old Gold

📋 copy color: '#CCAB42'

red 204 ◦ green 171 ◦ blue 66

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

Shades of Old Gold #CCAB42

Tints of Old Gold #CCAB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.97%

R = 46.26%
G = 38.78%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCAB42 (or 0xCCAB42) is known color: Old Gold. HEX triplet: CC, AB and 42. RGB value is (204,171,66). Sum of RGB (Red+Green+Blue) = 204+171+66=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB42 is #3354BD. Grayscale: #A9A9A9. Windows color (decimal): -3364030 or 4369356. OLE color: 4369356.

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

Color convert

RGB 204 171 66 -
CMYK 0 0.16 0.68 0.2
HSL 45.65º 0.58% 0.53% -
HSV(B) 45.65º 0.68% 0.8% -
XYZ 40.45 42.36 11.2 -
YUV 168.9 69.93 153.04 -
System Red Green Blue C M Y K H S L
Decimal 204 171 66 0 0.16 0.68 0.2 45.65 0.58 0.53
Hex CC AB 42 0 10 44 14 2E 3A 35
Octal 314 253 102 0 20 104 24 56 72 65
Binary 11001100 10101011 1000010 0 10000 1000100 10100 101110 111010 110101

Color Harmonies of #CCAB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB42

Black with #CCAB42

Text Example


Text Example

White with #CCAB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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