Html Css Color HEX #D9CB93 Tahuna Sands

📋 copy color: '#D9CB93'

red 217 ◦ green 203 ◦ blue 147

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

Shades of Tahuna Sands #D9CB93

Tints of Tahuna Sands #D9CB93

RGB

 RED value IS 217 (85.16% from 255) = 38.27%

 GREEN value IS 203 (79.69% from 255) = 35.8%

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

R = 38.27%
G = 35.8%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D9CB93 (or 0xD9CB93) is known color: Tahuna Sands. HEX triplet: D9, CB and 93. RGB value is (217,203,147). Sum of RGB (Red+Green+Blue) = 217+203+147=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 147 (57.81% from 255 or 25.93% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CB93 is #26346C. Grayscale: #C9C9C9. Windows color (decimal): -2503789 or 9685977. OLE color: 9685977.

HSL color Cylindrical-coordinate representation of color #D9CB93: hue angle of 48º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9CB93 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 203 147 -
CMYK 0 0.06 0.32 0.15
HSL 48º 0.48% 0.71% -
HSV(B) 48º 0.32% 0.85% -
XYZ 55.24 59.57 36.19 -
YUV 200.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 217 203 147 0 0.06 0.32 0.15 48 0.48 0.71
Hex D9 CB 93 0 6 20 F 30 30 47
Octal 331 313 223 0 6 40 17 60 60 107
Binary 11011001 11001011 10010011 0 110 100000 1111 110000 110000 1000111

Color Harmonies of #D9CB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CB93

Black with #D9CB93

Text Example


Text Example

White with #D9CB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CB93; }

 p { color: rgb(217,203,147); }

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

background-color css

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

 a { background-color: rgb(217,203,147); }

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

border-color css

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

 span { border-color: rgb(217,203,147); }

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