Html Css Color HEX #D4D295 Tahuna Sands

📋 copy color: '#D4D295'

red 212 ◦ green 210 ◦ blue 149

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

Shades of Tahuna Sands #D4D295

Tints of Tahuna Sands #D4D295

RGB

 RED value IS 212 (83.2% from 255) = 37.13%

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

 BLUE value IS 149 (58.59% from 255) = 26.09%

R = 37.13%
G = 36.78%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D4D295 (or 0xD4D295) is known color: Tahuna Sands. HEX triplet: D4, D2 and 95. RGB value is (212,210,149). Sum of RGB (Red+Green+Blue) = 212+210+149=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D295 is #2B2D6A. Grayscale: #CBCBCB. Windows color (decimal): -2829675 or 9818836. OLE color: 9818836.

HSL color Cylindrical-coordinate representation of color #D4D295: hue angle of 58.1º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4D295 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 210 149 -
CMYK 0 0.01 0.30 0.17
HSL 58.1º 0.42% 0.71% -
HSV(B) 58.1º 0.3% 0.83% -
XYZ 55.62 62.26 37.52 -
YUV 203.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 212 210 149 0 0.01 0.30 0.17 58.1 0.42 0.71
Hex D4 D2 95 0 1 1E 11 3A 2A 47
Octal 324 322 225 0 1 36 21 72 52 107
Binary 11010100 11010010 10010101 0 1 11110 10001 111010 101010 1000111

Color Harmonies of #D4D295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D295

Black with #D4D295

Text Example


Text Example

White with #D4D295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D295; }

 p { color: rgb(212,210,149); }

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

background-color css

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

 a { background-color: rgb(212,210,149); }

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

border-color css

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

 span { border-color: rgb(212,210,149); }

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