Html Css Color HEX #D9CF94 Tahuna Sands

📋 copy color: '#D9CF94'

red 217 ◦ green 207 ◦ blue 148

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

Shades of Tahuna Sands #D9CF94

Tints of Tahuna Sands #D9CF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.87%

R = 37.94%
G = 36.19%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D9CF94 (or 0xD9CF94) is known color: Tahuna Sands. HEX triplet: D9, CF and 94. RGB value is (217,207,148). Sum of RGB (Red+Green+Blue) = 217+207+148=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 148 (58.20% from 255 or 25.87% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CF94 is #26306B. Grayscale: #CBCBCB. Windows color (decimal): -2502764 or 9752537. OLE color: 9752537.

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

Color convert

RGB 217 207 148 -
CMYK 0 0.05 0.32 0.15
HSL 51.3º 0.48% 0.72% -
HSV(B) 51.3º 0.32% 0.85% -
XYZ 56.27 61.52 36.92 -
YUV 203.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 217 207 148 0 0.05 0.32 0.15 51.3 0.48 0.72
Hex D9 CF 94 0 5 20 F 33 30 48
Octal 331 317 224 0 5 40 17 63 60 110
Binary 11011001 11001111 10010100 0 101 100000 1111 110011 110000 1001000

Color Harmonies of #D9CF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF94

Black with #D9CF94

Text Example


Text Example

White with #D9CF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF94; }

 p { color: rgb(217,207,148); }

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

background-color css

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

 a { background-color: rgb(217,207,148); }

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

border-color css

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

 span { border-color: rgb(217,207,148); }

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