Html Css Color HEX #D5CC8E Tahuna Sands

📋 copy color: '#D5CC8E'

red 213 ◦ green 204 ◦ blue 142

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

Shades of Tahuna Sands #D5CC8E

Tints of Tahuna Sands #D5CC8E

RGB

 RED value IS 213 (83.59% from 255) = 38.1%

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

 BLUE value IS 142 (55.86% from 255) = 25.4%

R = 38.1%
G = 36.49%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5CC8E (or 0xD5CC8E) is known color: Tahuna Sands. HEX triplet: D5, CC and 8E. RGB value is (213,204,142). Sum of RGB (Red+Green+Blue) = 213+204+142=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CC8E is #2A3371. Grayscale: #C7C7C7. Windows color (decimal): -2765682 or 9358549. OLE color: 9358549.

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

Color convert

RGB 213 204 142 -
CMYK 0 0.04 0.33 0.16
HSL 52.39º 0.46% 0.7% -
HSV(B) 52.39º 0.33% 0.84% -
XYZ 53.92 59.28 34.19 -
YUV 199.62 95.48 137.54 -
System Red Green Blue C M Y K H S L
Decimal 213 204 142 0 0.04 0.33 0.16 52.39 0.46 0.7
Hex D5 CC 8E 0 4 21 10 34 2E 46
Octal 325 314 216 0 4 41 20 64 56 106
Binary 11010101 11001100 10001110 0 100 100001 10000 110100 101110 1000110

Color Harmonies of #D5CC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC8E

Black with #D5CC8E

Text Example


Text Example

White with #D5CC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC8E; }

 p { color: rgb(213,204,142); }

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

background-color css

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

 a { background-color: rgb(213,204,142); }

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

border-color css

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

 span { border-color: rgb(213,204,142); }

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