#DCD297

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

Shades of Tahuna Sands #DCD297

Tints of Tahuna Sands #DCD297

Color information

#DCD297 (or 0xDCD297) is unknown color: approx Tahuna Sands. HEX triplet: DC, D2 and 97. RGB value is (220,210,151). Sum of RGB (Red+Green+Blue) = 220+210+151=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 151 (59.38% from 255 or 25.99% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD297 is #232D68. Grayscale: #CECECE. Windows color (decimal): -2305385 or 9949916. OLE color: 9949916.

HSL color Cylindrical-coordinate representation of color #DCD297: hue angle of 51.3º degrees, saturation: 0.5, 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 #DCD297 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB220210151-
CMYK00.050.310.14
HSL51.3º49.64%72.75%-
HSV(B)51.3º31.36%86.27%-
XYZ58.1563.5438.48-
YUV206.2696.81137.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 210 (82.42% from 255) = 36.14%
BLUE value IS 151 (59.38% from 255) = 25.99%
R=37.87%
G=36.14%
B=25.99%

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
Decimal22021015100.050.310.1451.349.6472.75
HexDCD297051FE333249
Octal3343222270537166362111
Binary11011100110100101001011101011111111101100111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD297; }

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

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

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

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

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

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

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

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