Html Css Color HEX #D5D294 Tahuna Sands

📋 copy color: '#D5D294'

red 213 ◦ green 210 ◦ blue 148

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

Shades of Tahuna Sands #D5D294

Tints of Tahuna Sands #D5D294

RGB

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

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

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

R = 37.3%
G = 36.78%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5D294 (or 0xD5D294) is known color: Tahuna Sands. HEX triplet: D5, D2 and 94. RGB value is (213,210,148). Sum of RGB (Red+Green+Blue) = 213+210+148=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 148 (58.20% from 255 or 25.92% from 571); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D294 is #2A2D6B. Grayscale: #CCCCCC. Windows color (decimal): -2764140 or 9753301. OLE color: 9753301.

HSL color Cylindrical-coordinate representation of color #D5D294: hue angle of 57.23º degrees, saturation: 0.44, 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 #D5D294 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 210 148 -
CMYK 0 0.01 0.31 0.16
HSL 57.23º 0.44% 0.71% -
HSV(B) 57.23º 0.31% 0.84% -
XYZ 55.83 62.38 37.11 -
YUV 203.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 213 210 148 0 0.01 0.31 0.16 57.23 0.44 0.71
Hex D5 D2 94 0 1 1F 10 39 2C 47
Octal 325 322 224 0 1 37 20 71 54 107
Binary 11010101 11010010 10010100 0 1 11111 10000 111001 101100 1000111

Color Harmonies of #D5D294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D294

Black with #D5D294

Text Example


Text Example

White with #D5D294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D294; }

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

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

background-color css

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

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

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

border-color css

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

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

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