Html Css Color HEX #D5CF9D Tahuna Sands

📋 copy color: '#D5CF9D'

red 213 ◦ green 207 ◦ blue 157

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

Shades of Tahuna Sands #D5CF9D

Tints of Tahuna Sands #D5CF9D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.88%

 BLUE value IS 157 (61.72% from 255) = 27.21%

R = 36.92%
G = 35.88%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5CF9D (or 0xD5CF9D) is known color: Tahuna Sands. HEX triplet: D5, CF and 9D. RGB value is (213,207,157). Sum of RGB (Red+Green+Blue) = 213+207+157=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CF9D is #2A3062. Grayscale: #CBCBCB. Windows color (decimal): -2764899 or 10342357. OLE color: 10342357.

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

Color convert

RGB 213 207 157 -
CMYK 0 0.03 0.26 0.16
HSL 53.57º 0.4% 0.73% -
HSV(B) 53.57º 0.26% 0.84% -
XYZ 55.84 61.21 40.77 -
YUV 203.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 213 207 157 0 0.03 0.26 0.16 53.57 0.4 0.73
Hex D5 CF 9D 0 3 1A 10 36 28 49
Octal 325 317 235 0 3 32 20 66 50 111
Binary 11010101 11001111 10011101 0 11 11010 10000 110110 101000 1001001

Color Harmonies of #D5CF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF9D

Black with #D5CF9D

Text Example


Text Example

White with #D5CF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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