Html Css Color HEX #DCD392 Tahuna Sands

📋 copy color: '#DCD392'

red 220 ◦ green 211 ◦ blue 146

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

Shades of Tahuna Sands #DCD392

Tints of Tahuna Sands #DCD392

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.57%

 BLUE value IS 146 (57.42% from 255) = 25.3%

R = 38.13%
G = 36.57%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCD392 (or 0xDCD392) is known color: Tahuna Sands. HEX triplet: DC, D3 and 92. RGB value is (220,211,146). Sum of RGB (Red+Green+Blue) = 220+211+146=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD392 is #232C6D. Grayscale: #CECECE. Windows color (decimal): -2305134 or 9622492. OLE color: 9622492.

HSL color Cylindrical-coordinate representation of color #DCD392: hue angle of 52.7º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCD392 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 211 146 -
CMYK 0 0.04 0.34 0.14
HSL 52.7º 0.51% 0.72% -
HSV(B) 52.7º 0.34% 0.86% -
XYZ 58 63.88 36.47 -
YUV 206.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 220 211 146 0 0.04 0.34 0.14 52.7 0.51 0.72
Hex DC D3 92 0 4 22 E 35 33 48
Octal 334 323 222 0 4 42 16 65 63 110
Binary 11011100 11010011 10010010 0 100 100010 1110 110101 110011 1001000

Color Harmonies of #DCD392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD392

Black with #DCD392

Text Example


Text Example

White with #DCD392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD392; }

 p { color: rgb(220,211,146); }

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

background-color css

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

 a { background-color: rgb(220,211,146); }

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

border-color css

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

 span { border-color: rgb(220,211,146); }

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