#DCD298

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

Shades of Tahuna Sands #DCD298

Tints of Tahuna Sands #DCD298

Color information

#DCD298 (or 0xDCD298) is unknown color: approx Tahuna Sands. HEX triplet: DC, D2 and 98. RGB value is (220,210,152). Sum of RGB (Red+Green+Blue) = 220+210+152=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 152 (59.77% from 255 or 26.12% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD298 is #232D67. Grayscale: #CECECE. Windows color (decimal): -2305384 or 10015452. OLE color: 10015452.

HSL color Cylindrical-coordinate representation of color #DCD298: hue angle of 51.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCD298 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB220210152-
CMYK00.050.310.14
HSL51.18º49.28%72.94%-
HSV(B)51.18º30.91%86.27%-
XYZ58.2363.5838.91-
YUV206.3897.31137.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.80%
GREEN value IS 210 (82.42% from 255) = 36.08%
BLUE value IS 152 (59.77% from 255) = 26.12%
R=37.80%
G=36.08%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021015200.050.310.1451.1849.2872.94
HexDCD298051FE333149
Octal3343222300537166361111
Binary11011100110100101001100001011111111101100111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD298; }

 p { color: rgb(220,210,152); }

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

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

 a { background-color: rgb(220,210,152); }

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

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

 span { border-color: rgb(220,210,152); }

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