Html Css Color HEX #D4D296 Tahuna Sands

📋 copy color: '#D4D296'

red 212 ◦ green 210 ◦ blue 150

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

Shades of Tahuna Sands #D4D296

Tints of Tahuna Sands #D4D296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.22%

R = 37.06%
G = 36.71%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D4D296 (or 0xD4D296) is known color: Tahuna Sands. HEX triplet: D4, D2 and 96. RGB value is (212,210,150). Sum of RGB (Red+Green+Blue) = 212+210+150=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D296 is #2B2D69. Grayscale: #CCCCCC. Windows color (decimal): -2829674 or 9884372. OLE color: 9884372.

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

Color convert

RGB 212 210 150 -
CMYK 0 0.01 0.29 0.17
HSL 58.06º 0.42% 0.71% -
HSV(B) 58.06º 0.29% 0.83% -
XYZ 55.7 62.29 37.94 -
YUV 203.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 212 210 150 0 0.01 0.29 0.17 58.06 0.42 0.71
Hex D4 D2 96 0 1 1D 11 3A 2A 47
Octal 324 322 226 0 1 35 21 72 52 107
Binary 11010100 11010010 10010110 0 1 11101 10001 111010 101010 1000111

Color Harmonies of #D4D296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D296

Black with #D4D296

Text Example


Text Example

White with #D4D296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D296; }

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

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

background-color css

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

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

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

border-color css

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

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

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