Html Css Color HEX #DCC892 Tahuna Sands

📋 copy color: '#DCC892'

red 220 ◦ green 200 ◦ blue 146

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

Shades of Tahuna Sands #DCC892

Tints of Tahuna Sands #DCC892

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.34%

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

R = 38.87%
G = 35.34%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCC892 (or 0xDCC892) is known color: Tahuna Sands. HEX triplet: DC, C8 and 92. RGB value is (220,200,146). Sum of RGB (Red+Green+Blue) = 220+200+146=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC892 is #23376D. Grayscale: #C8C8C8. Windows color (decimal): -2307950 or 9619676. OLE color: 9619676.

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

Color convert

RGB 220 200 146 -
CMYK 0 0.09 0.34 0.14
HSL 43.78º 0.51% 0.72% -
HSV(B) 43.78º 0.34% 0.86% -
XYZ 55.36 58.6 35.59 -
YUV 199.82 97.63 142.39 -
System Red Green Blue C M Y K H S L
Decimal 220 200 146 0 0.09 0.34 0.14 43.78 0.51 0.72
Hex DC C8 92 0 9 22 E 2C 33 48
Octal 334 310 222 0 11 42 16 54 63 110
Binary 11011100 11001000 10010010 0 1001 100010 1110 101100 110011 1001000

Color Harmonies of #DCC892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC892

Black with #DCC892

Text Example


Text Example

White with #DCC892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC892; }

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

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

background-color css

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

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

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

border-color css

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

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

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