Html Css Color HEX #DCD296 Tahuna Sands

📋 copy color: '#DCD296'

red 220 ◦ green 210 ◦ blue 150

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

Shades of Tahuna Sands #DCD296

Tints of Tahuna Sands #DCD296

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.21%

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

R = 37.93%
G = 36.21%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCD296 (or 0xDCD296) is known color: Tahuna Sands. HEX triplet: DC, D2 and 96. RGB value is (220,210,150). Sum of RGB (Red+Green+Blue) = 220+210+150=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD296 is #232D69. Grayscale: #CECECE. Windows color (decimal): -2305386 or 9884380. OLE color: 9884380.

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

Color convert

RGB 220 210 150 -
CMYK 0 0.05 0.32 0.14
HSL 51.43º 0.5% 0.73% -
HSV(B) 51.43º 0.32% 0.86% -
XYZ 58.07 63.51 38.05 -
YUV 206.15 96.31 137.88 -
System Red Green Blue C M Y K H S L
Decimal 220 210 150 0 0.05 0.32 0.14 51.43 0.5 0.73
Hex DC D2 96 0 5 20 E 33 32 49
Octal 334 322 226 0 5 40 16 63 62 111
Binary 11011100 11010010 10010110 0 101 100000 1110 110011 110010 1001001

Color Harmonies of #DCD296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD296

Black with #DCD296

Text Example


Text Example

White with #DCD296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD296; }

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

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

background-color css

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

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

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

border-color css

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

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

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