Html Css Color HEX #D6CDA4 Tahuna Sands

📋 copy color: '#D6CDA4'

red 214 ◦ green 205 ◦ blue 164

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

Shades of Tahuna Sands #D6CDA4

Tints of Tahuna Sands #D6CDA4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.16%

 BLUE value IS 164 (64.45% from 255) = 28.13%

R = 36.71%
G = 35.16%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D6CDA4 (or 0xD6CDA4) is known color: Tahuna Sands. HEX triplet: D6, CD and A4. RGB value is (214,205,164). Sum of RGB (Red+Green+Blue) = 214+205+164=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 164 (64.45% from 255 or 28.13% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CDA4 is #29325B. Grayscale: #CBCBCB. Windows color (decimal): -2699868 or 10800598. OLE color: 10800598.

HSL color Cylindrical-coordinate representation of color #D6CDA4: hue angle of 49.2º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6CDA4 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 205 164 -
CMYK 0 0.04 0.23 0.16
HSL 49.2º 0.38% 0.74% -
HSV(B) 49.2º 0.23% 0.84% -
XYZ 56.26 60.64 43.86 -
YUV 203.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 214 205 164 0 0.04 0.23 0.16 49.2 0.38 0.74
Hex D6 CD A4 0 4 17 10 31 26 4A
Octal 326 315 244 0 4 27 20 61 46 112
Binary 11010110 11001101 10100100 0 100 10111 10000 110001 100110 1001010

Color Harmonies of #D6CDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDA4

Black with #D6CDA4

Text Example


Text Example

White with #D6CDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDA4; }

 p { color: rgb(214,205,164); }

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

background-color css

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

 a { background-color: rgb(214,205,164); }

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

border-color css

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

 span { border-color: rgb(214,205,164); }

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