Html Css Color HEX #D7D294 Tahuna Sands

📋 copy color: '#D7D294'

red 215 ◦ green 210 ◦ blue 148

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

Shades of Tahuna Sands #D7D294

Tints of Tahuna Sands #D7D294

RGB

 RED value IS 215 (84.38% from 255) = 37.52%

 GREEN value IS 210 (82.42% from 255) = 36.65%

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

R = 37.52%
G = 36.65%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D7D294 (or 0xD7D294) is known color: Tahuna Sands. HEX triplet: D7, D2 and 94. RGB value is (215,210,148). Sum of RGB (Red+Green+Blue) = 215+210+148=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 148 (58.20% from 255 or 25.83% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D294 is #282D6B. Grayscale: #CCCCCC. Windows color (decimal): -2633068 or 9753303. OLE color: 9753303.

HSL color Cylindrical-coordinate representation of color #D7D294: hue angle of 55.52º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7D294 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 210 148 -
CMYK 0 0.02 0.31 0.16
HSL 55.52º 0.46% 0.71% -
HSV(B) 55.52º 0.31% 0.84% -
XYZ 56.42 62.68 37.14 -
YUV 204.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 215 210 148 0 0.02 0.31 0.16 55.52 0.46 0.71
Hex D7 D2 94 0 2 1F 10 38 2E 47
Octal 327 322 224 0 2 37 20 70 56 107
Binary 11010111 11010010 10010100 0 10 11111 10000 111000 101110 1000111

Color Harmonies of #D7D294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D294

Black with #D7D294

Text Example


Text Example

White with #D7D294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D294; }

 p { color: rgb(215,210,148); }

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

background-color css

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

 a { background-color: rgb(215,210,148); }

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

border-color css

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

 span { border-color: rgb(215,210,148); }

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