Html Css Color HEX #D5D08F Tahuna Sands

📋 copy color: '#D5D08F'

red 213 ◦ green 208 ◦ blue 143

#D5D08F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tahuna Sands #D5D08F

Tints of Tahuna Sands #D5D08F

RGB

 RED value IS 213 (83.59% from 255) = 37.77%

 GREEN value IS 208 (81.64% from 255) = 36.88%

 BLUE value IS 143 (56.25% from 255) = 25.35%

R = 37.77%
G = 36.88%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5D08F (or 0xD5D08F) is known color: Tahuna Sands. HEX triplet: D5, D0 and 8F. RGB value is (213,208,143). Sum of RGB (Red+Green+Blue) = 213+208+143=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D08F is #2A2F70. Grayscale: #CACACA. Windows color (decimal): -2764657 or 9425109. OLE color: 9425109.

HSL color Cylindrical-coordinate representation of color #D5D08F: hue angle of 55.71º degrees, saturation: 0.45, 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 #D5D08F is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 208 143 -
CMYK 0 0.02 0.33 0.16
HSL 55.71º 0.45% 0.7% -
HSV(B) 55.71º 0.33% 0.84% -
XYZ 54.95 61.24 34.91 -
YUV 202.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 213 208 143 0 0.02 0.33 0.16 55.71 0.45 0.7
Hex D5 D0 8F 0 2 21 10 38 2D 46
Octal 325 320 217 0 2 41 20 70 55 106
Binary 11010101 11010000 10001111 0 10 100001 10000 111000 101101 1000110

Color Harmonies of #D5D08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D08F

Black with #D5D08F

Text Example


Text Example

White with #D5D08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D08F; }

 p { color: rgb(213,208,143); }

 H1.HeaderClassName
 {
   color: #D5D08F;
 }
 .AnyTagClassName
 {
   color: #D5D08F;
 }
</style>

background-color css

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

 a { background-color: rgb(213,208,143); }

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

border-color css

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

 span { border-color: rgb(213,208,143); }

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