Html Css Color HEX #DCCF9E Tahuna Sands

📋 copy color: '#DCCF9E'

red 220 ◦ green 207 ◦ blue 158

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

Shades of Tahuna Sands #DCCF9E

Tints of Tahuna Sands #DCCF9E

RGB

 RED value IS 220 (86.33% from 255) = 37.61%

 GREEN value IS 207 (81.25% from 255) = 35.38%

 BLUE value IS 158 (62.11% from 255) = 27.01%

R = 37.61%
G = 35.38%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DCCF9E (or 0xDCCF9E) is known color: Tahuna Sands. HEX triplet: DC, CF and 9E. RGB value is (220,207,158). Sum of RGB (Red+Green+Blue) = 220+207+158=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF9E is #233061. Grayscale: #CDCDCD. Windows color (decimal): -2306146 or 10407900. OLE color: 10407900.

HSL color Cylindrical-coordinate representation of color #DCCF9E: hue angle of 47.42º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCCF9E is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 207 158 -
CMYK 0 0.06 0.28 0.14
HSL 47.42º 0.47% 0.74% -
HSV(B) 47.42º 0.28% 0.86% -
XYZ 58 62.31 41.32 -
YUV 205.3 101.31 138.48 -
System Red Green Blue C M Y K H S L
Decimal 220 207 158 0 0.06 0.28 0.14 47.42 0.47 0.74
Hex DC CF 9E 0 6 1C E 2F 2F 4A
Octal 334 317 236 0 6 34 16 57 57 112
Binary 11011100 11001111 10011110 0 110 11100 1110 101111 101111 1001010

Color Harmonies of #DCCF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF9E

Black with #DCCF9E

Text Example


Text Example

White with #DCCF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF9E; }

 p { color: rgb(220,207,158); }

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

background-color css

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

 a { background-color: rgb(220,207,158); }

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

border-color css

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

 span { border-color: rgb(220,207,158); }

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