Html Css Color HEX #DCCC93 Tahuna Sands

📋 copy color: '#DCCC93'

red 220 ◦ green 204 ◦ blue 147

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

Shades of Tahuna Sands #DCCC93

Tints of Tahuna Sands #DCCC93

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.73%

 BLUE value IS 147 (57.81% from 255) = 25.74%

R = 38.53%
G = 35.73%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCCC93 (or 0xDCCC93) is known color: Tahuna Sands. HEX triplet: DC, CC and 93. RGB value is (220,204,147). Sum of RGB (Red+Green+Blue) = 220+204+147=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC93 is #23336C. Grayscale: #CACACA. Windows color (decimal): -2306925 or 9686236. OLE color: 9686236.

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

Color convert

RGB 220 204 147 -
CMYK 0 0.07 0.33 0.14
HSL 46.85º 0.51% 0.72% -
HSV(B) 46.85º 0.33% 0.86% -
XYZ 56.37 60.51 36.31 -
YUV 202.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 220 204 147 0 0.07 0.33 0.14 46.85 0.51 0.72
Hex DC CC 93 0 7 21 E 2F 33 48
Octal 334 314 223 0 7 41 16 57 63 110
Binary 11011100 11001100 10010011 0 111 100001 1110 101111 110011 1001000

Color Harmonies of #DCCC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC93

Black with #DCCC93

Text Example


Text Example

White with #DCCC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC93; }

 p { color: rgb(220,204,147); }

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

background-color css

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

 a { background-color: rgb(220,204,147); }

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

border-color css

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

 span { border-color: rgb(220,204,147); }

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