Html Css Color HEX #D6CDA5 Tahuna Sands

📋 copy color: '#D6CDA5'

red 214 ◦ green 205 ◦ blue 165

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

Shades of Tahuna Sands #D6CDA5

Tints of Tahuna Sands #D6CDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.25%

R = 36.64%
G = 35.1%
B = 28.25%

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

#D6CDA5 (or 0xD6CDA5) is known color: Tahuna Sands. HEX triplet: D6, CD and A5. RGB value is (214,205,165). Sum of RGB (Red+Green+Blue) = 214+205+165=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CDA5 is #29325A. Grayscale: #CBCBCB. Windows color (decimal): -2699867 or 10866134. OLE color: 10866134.

HSL color Cylindrical-coordinate representation of color #D6CDA5: hue angle of 48.98º degrees, saturation: 0.37, 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 #D6CDA5 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 205 165 -
CMYK 0 0.04 0.23 0.16
HSL 48.98º 0.37% 0.74% -
HSV(B) 48.98º 0.23% 0.84% -
XYZ 56.35 60.68 44.34 -
YUV 203.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 214 205 165 0 0.04 0.23 0.16 48.98 0.37 0.74
Hex D6 CD A5 0 4 17 10 31 25 4A
Octal 326 315 245 0 4 27 20 61 45 112
Binary 11010110 11001101 10100101 0 100 10111 10000 110001 100101 1001010

Color Harmonies of #D6CDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDA5

Black with #D6CDA5

Text Example


Text Example

White with #D6CDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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