#D5CF90

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

Shades of Tahuna Sands #D5CF90

Tints of Tahuna Sands #D5CF90

Color information

#D5CF90 (or 0xD5CF90) is unknown color: approx Tahuna Sands. HEX triplet: D5, CF and 90. RGB value is (213,207,144). Sum of RGB (Red+Green+Blue) = 213+207+144=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CF90 is #2A306F. Grayscale: #C9C9C9. Windows color (decimal): -2764912 or 9490389. OLE color: 9490389.

HSL color Cylindrical-coordinate representation of color #D5CF90: hue angle of 54.78º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5CF90 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB213207144-
CMYK00.030.320.16
HSL54.78º45.1%70%-
HSV(B)54.78º32.39%83.53%-
XYZ54.7960.7935.23-
YUV201.6195.49136.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 144 (56.64% from 255) = 25.53%
R=37.77%
G=36.70%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320714400.030.320.1654.7845.170
HexD5CF90032010372d46
Octal3253172200340206755106
Binary110101011100111110010000011100000100001101111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF90; }

 p { color: rgb(213,207,144); }

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

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

 a { background-color: rgb(213,207,144); }

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

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

 span { border-color: rgb(213,207,144); }

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