Html Css Color HEX #D1CD93 Tahuna Sands

📋 copy color: '#D1CD93'

red 209 ◦ green 205 ◦ blue 147

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

Shades of Tahuna Sands #D1CD93

Tints of Tahuna Sands #D1CD93

RGB

 RED value IS 209 (82.03% from 255) = 37.25%

 GREEN value IS 205 (80.47% from 255) = 36.54%

 BLUE value IS 147 (57.81% from 255) = 26.2%

R = 37.25%
G = 36.54%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D1CD93 (or 0xD1CD93) is known color: Tahuna Sands. HEX triplet: D1, CD and 93. RGB value is (209,205,147). Sum of RGB (Red+Green+Blue) = 209+205+147=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CD93 is #2E326C. Grayscale: #C7C7C7. Windows color (decimal): -3027565 or 9686481. OLE color: 9686481.

HSL color Cylindrical-coordinate representation of color #D1CD93: hue angle of 56.13º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1CD93 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 205 147 -
CMYK 0 0.02 0.30 0.18
HSL 56.13º 0.4% 0.7% -
HSV(B) 56.13º 0.3% 0.82% -
XYZ 53.39 59.32 36.24 -
YUV 199.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 209 205 147 0 0.02 0.30 0.18 56.13 0.4 0.7
Hex D1 CD 93 0 2 1E 12 38 28 46
Octal 321 315 223 0 2 36 22 70 50 106
Binary 11010001 11001101 10010011 0 10 11110 10010 111000 101000 1000110

Color Harmonies of #D1CD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CD93

Black with #D1CD93

Text Example


Text Example

White with #D1CD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CD93; }

 p { color: rgb(209,205,147); }

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

background-color css

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

 a { background-color: rgb(209,205,147); }

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

border-color css

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

 span { border-color: rgb(209,205,147); }

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