#D6D28F

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

Shades of Tahuna Sands #D6D28F

Tints of Tahuna Sands #D6D28F

Color information

#D6D28F (or 0xD6D28F) is unknown color: approx Tahuna Sands. HEX triplet: D6, D2 and 8F. RGB value is (214,210,143). Sum of RGB (Red+Green+Blue) = 214+210+143=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 143 (56.25% from 255 or 25.22% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D28F is #292D70. Grayscale: #CBCBCB. Windows color (decimal): -2698609 or 9425622. OLE color: 9425622.

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

Color convert

RGB214210143-
CMYK00.020.330.16
HSL56.62º46.41%70%-
HSV(B)56.62º33.18%83.92%-
XYZ55.7462.3735.09-
YUV203.5693.83135.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 210 (82.42% from 255) = 37.04%
BLUE value IS 143 (56.25% from 255) = 25.22%
R=37.74%
G=37.04%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421014300.020.330.1656.6246.4170
HexD6D28F022110392e46
Octal3263222170241207156106
Binary110101101101001010001111010100001100001110011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D28F; }

 p { color: rgb(214,210,143); }

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

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

 a { background-color: rgb(214,210,143); }

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

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

 span { border-color: rgb(214,210,143); }

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