Html Css Color HEX #D6CC94 Tahuna Sands

📋 copy color: '#D6CC94'

red 214 ◦ green 204 ◦ blue 148

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

Shades of Tahuna Sands #D6CC94

Tints of Tahuna Sands #D6CC94

RGB

 RED value IS 214 (83.98% from 255) = 37.81%

 GREEN value IS 204 (80.08% from 255) = 36.04%

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

R = 37.81%
G = 36.04%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D6CC94 (or 0xD6CC94) is known color: Tahuna Sands. HEX triplet: D6, CC and 94. RGB value is (214,204,148). Sum of RGB (Red+Green+Blue) = 214+204+148=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CC94 is #29336B. Grayscale: #C8C8C8. Windows color (decimal): -2700140 or 9751766. OLE color: 9751766.

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

Color convert

RGB 214 204 148 -
CMYK 0 0.05 0.31 0.16
HSL 50.91º 0.45% 0.71% -
HSV(B) 50.91º 0.31% 0.84% -
XYZ 54.67 59.62 36.64 -
YUV 200.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 214 204 148 0 0.05 0.31 0.16 50.91 0.45 0.71
Hex D6 CC 94 0 5 1F 10 33 2D 47
Octal 326 314 224 0 5 37 20 63 55 107
Binary 11010110 11001100 10010100 0 101 11111 10000 110011 101101 1000111

Color Harmonies of #D6CC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC94

Black with #D6CC94

Text Example


Text Example

White with #D6CC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC94; }

 p { color: rgb(214,204,148); }

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

background-color css

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

 a { background-color: rgb(214,204,148); }

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

border-color css

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

 span { border-color: rgb(214,204,148); }

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