Html Css Color HEX #DCCF9F Tahuna Sands

📋 copy color: '#DCCF9F'

red 220 ◦ green 207 ◦ blue 159

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

Shades of Tahuna Sands #DCCF9F

Tints of Tahuna Sands #DCCF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.13%

R = 37.54%
G = 35.32%
B = 27.13%

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

#DCCF9F (or 0xDCCF9F) is known color: Tahuna Sands. HEX triplet: DC, CF and 9F. RGB value is (220,207,159). Sum of RGB (Red+Green+Blue) = 220+207+159=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 159 (62.5% from 255 or 27.13% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF9F is #233060. Grayscale: #CDCDCD. Windows color (decimal): -2306145 or 10473436. OLE color: 10473436.

HSL color Cylindrical-coordinate representation of color #DCCF9F: hue angle of 47.21º 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 #DCCF9F is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 207 159 -
CMYK 0 0.06 0.28 0.14
HSL 47.21º 0.47% 0.74% -
HSV(B) 47.21º 0.28% 0.86% -
XYZ 58.09 62.34 41.77 -
YUV 205.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 220 207 159 0 0.06 0.28 0.14 47.21 0.47 0.74
Hex DC CF 9F 0 6 1C E 2F 2F 4A
Octal 334 317 237 0 6 34 16 57 57 112
Binary 11011100 11001111 10011111 0 110 11100 1110 101111 101111 1001010

Color Harmonies of #DCCF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF9F

Black with #DCCF9F

Text Example


Text Example

White with #DCCF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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