#CAC98D

Color #CAC98D Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CAC98D

Tints of Deco #CAC98D

Color information

#CAC98D (or 0xCAC98D) is unknown color: approx Deco. HEX triplet: CA, C9 and 8D. RGB value is (202,201,141). Sum of RGB (Red+Green+Blue) = 202+201+141=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC98D is #353672. Grayscale: #C2C2C2. Windows color (decimal): -3487347 or 9292234. OLE color: 9292234.

HSL color Cylindrical-coordinate representation of color #CAC98D: hue angle of 59.02º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAC98D is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202201141-
CMYK00.000.300.21
HSL59.02º36.53%67.25%-
HSV(B)59.02º30.2%79.22%-
XYZ50.0556.2533.42-
YUV194.4697.83133.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 201 (78.91% from 255) = 36.95%
BLUE value IS 141 (55.47% from 255) = 25.92%
R=37.13%
G=36.95%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220114100.000.300.2159.0236.5367.25
HexCAC98D001E153b2543
Octal3123112150036257345103
Binary1100101011001001100011010011110101011110111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC98D; }

 p { color: rgb(202,201,141); }

 H1.HeaderClassName
 {
   color: #CAC98D;
 }
 .AnyTagClassName
 {
   color: #CAC98D;
 }
</style>
background-color css

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

 a { background-color: rgb(202,201,141); }

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

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

 span { border-color: rgb(202,201,141); }

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