#DCCA92

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

Shades of Tahuna Sands #DCCA92

Tints of Tahuna Sands #DCCA92

Color information

#DCCA92 (or 0xDCCA92) is unknown color: approx Tahuna Sands. HEX triplet: DC, CA and 92. RGB value is (220,202,146). Sum of RGB (Red+Green+Blue) = 220+202+146=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA92 is #23356D. Grayscale: #C9C9C9. Windows color (decimal): -2307438 or 9620188. OLE color: 9620188.

HSL color Cylindrical-coordinate representation of color #DCCA92: hue angle of 45.41º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCCA92 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB220202146-
CMYK00.080.340.14
HSL45.41º51.39%71.76%-
HSV(B)45.41º33.64%86.27%-
XYZ55.8259.5335.74-
YUV20196.96141.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 146 (57.42% from 255) = 25.70%
R=38.73%
G=35.56%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020214600.080.340.1445.4151.3971.76
HexDCCA920822E2d3348
Octal33431222201042165563110
Binary1101110011001010100100100100010001011101011011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA92; }

 p { color: rgb(220,202,146); }

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

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

 a { background-color: rgb(220,202,146); }

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

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

 span { border-color: rgb(220,202,146); }

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