Html Css Color HEX #D0998A Quicksand

📋 copy color: '#D0998A'

red 208 ◦ green 153 ◦ blue 138

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

Shades of Quicksand #D0998A

Tints of Quicksand #D0998A

RGB

 RED value IS 208 (81.64% from 255) = 41.68%

 GREEN value IS 153 (60.16% from 255) = 30.66%

 BLUE value IS 138 (54.3% from 255) = 27.66%

R = 41.68%
G = 30.66%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0998A (or 0xD0998A) is known color: Quicksand. HEX triplet: D0, 99 and 8A. RGB value is (208,153,138). Sum of RGB (Red+Green+Blue) = 208+153+138=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0998A is #2F6675. Grayscale: #A7A7A7. Windows color (decimal): -3106422 or 9083344. OLE color: 9083344.

HSL color Cylindrical-coordinate representation of color #D0998A: hue angle of 12.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0998A is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 153 138 -
CMYK 0 0.26 0.34 0.18
HSL 12.86º 0.43% 0.68% -
HSV(B) 12.86º 0.34% 0.82% -
XYZ 41.99 38.03 29.17 -
YUV 167.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 208 153 138 0 0.26 0.34 0.18 12.86 0.43 0.68
Hex D0 99 8A 0 1A 22 12 D 2B 44
Octal 320 231 212 0 32 42 22 15 53 104
Binary 11010000 10011001 10001010 0 11010 100010 10010 1101 101011 1000100

Color Harmonies of #D0998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0998A

Black with #D0998A

Text Example


Text Example

White with #D0998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0998A; }

 p { color: rgb(208,153,138); }

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

background-color css

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

 a { background-color: rgb(208,153,138); }

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

border-color css

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

 span { border-color: rgb(208,153,138); }

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