#D2CD90

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

Shades of Tahuna Sands #D2CD90

Tints of Tahuna Sands #D2CD90

Color information

#D2CD90 (or 0xD2CD90) is unknown color: approx Tahuna Sands. HEX triplet: D2, CD and 90. RGB value is (210,205,144). Sum of RGB (Red+Green+Blue) = 210+205+144=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CD90 is #2D326F. Grayscale: #C7C7C7. Windows color (decimal): -2962032 or 9489874. OLE color: 9489874.

HSL color Cylindrical-coordinate representation of color #D2CD90: hue angle of 55.45º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2CD90 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB210205144-
CMYK00.020.310.18
HSL55.45º42.31%69.41%-
HSV(B)55.45º31.43%82.35%-
XYZ53.4459.3835.03-
YUV199.5496.66135.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 144 (56.64% from 255) = 25.76%
R=37.57%
G=36.67%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020514400.020.310.1855.4542.3169.41
HexD2CD90021F12372a45
Octal3223152200237226752105
Binary11010010110011011001000001011111100101101111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CD90; }

 p { color: rgb(210,205,144); }

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

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

 a { background-color: rgb(210,205,144); }

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

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

 span { border-color: rgb(210,205,144); }

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