Html Css Color HEX #D6CC8F Tahuna Sands

📋 copy color: '#D6CC8F'

red 214 ◦ green 204 ◦ blue 143

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

Shades of Tahuna Sands #D6CC8F

Tints of Tahuna Sands #D6CC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.49%

R = 38.15%
G = 36.36%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6CC8F (or 0xD6CC8F) is known color: Tahuna Sands. HEX triplet: D6, CC and 8F. RGB value is (214,204,143). Sum of RGB (Red+Green+Blue) = 214+204+143=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CC8F is #293370. Grayscale: #C8C8C8. Windows color (decimal): -2700145 or 9424086. OLE color: 9424086.

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

Color convert

RGB 214 204 143 -
CMYK 0 0.05 0.33 0.16
HSL 51.55º 0.46% 0.7% -
HSV(B) 51.55º 0.33% 0.84% -
XYZ 54.28 59.47 34.6 -
YUV 200.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 214 204 143 0 0.05 0.33 0.16 51.55 0.46 0.7
Hex D6 CC 8F 0 5 21 10 34 2E 46
Octal 326 314 217 0 5 41 20 64 56 106
Binary 11010110 11001100 10001111 0 101 100001 10000 110100 101110 1000110

Color Harmonies of #D6CC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC8F

Black with #D6CC8F

Text Example


Text Example

White with #D6CC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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