Html Css Color HEX #DCCF96 Tahuna Sands

📋 copy color: '#DCCF96'

red 220 ◦ green 207 ◦ blue 150

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

Shades of Tahuna Sands #DCCF96

Tints of Tahuna Sands #DCCF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26%

R = 38.13%
G = 35.88%
B = 26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCCF96 (or 0xDCCF96) is known color: Tahuna Sands. HEX triplet: DC, CF and 96. RGB value is (220,207,150). Sum of RGB (Red+Green+Blue) = 220+207+150=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF96 is #233069. Grayscale: #CCCCCC. Windows color (decimal): -2306154 or 9883612. OLE color: 9883612.

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

Color convert

RGB 220 207 150 -
CMYK 0 0.06 0.32 0.14
HSL 48.86º 0.5% 0.73% -
HSV(B) 48.86º 0.32% 0.86% -
XYZ 57.33 62.04 37.81 -
YUV 204.39 97.31 139.13 -
System Red Green Blue C M Y K H S L
Decimal 220 207 150 0 0.06 0.32 0.14 48.86 0.5 0.73
Hex DC CF 96 0 6 20 E 31 32 49
Octal 334 317 226 0 6 40 16 61 62 111
Binary 11011100 11001111 10010110 0 110 100000 1110 110001 110010 1001001

Color Harmonies of #DCCF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF96

Black with #DCCF96

Text Example


Text Example

White with #DCCF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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