Html Css Color HEX #D0988A Quicksand

📋 copy color: '#D0988A'

red 208 ◦ green 152 ◦ blue 138

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

Shades of Quicksand #D0988A

Tints of Quicksand #D0988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.52%

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

R = 41.77%
G = 30.52%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0988A (or 0xD0988A) is known color: Quicksand. HEX triplet: D0, 98 and 8A. RGB value is (208,152,138). Sum of RGB (Red+Green+Blue) = 208+152+138=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0988A is #2F6775. Grayscale: #A7A7A7. Windows color (decimal): -3106678 or 9083088. OLE color: 9083088.

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

Color convert

RGB 208 152 138 -
CMYK 0 0.27 0.34 0.18
HSL 12º 0.43% 0.68% -
HSV(B) 12º 0.34% 0.82% -
XYZ 41.83 37.7 29.12 -
YUV 167.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 208 152 138 0 0.27 0.34 0.18 12 0.43 0.68
Hex D0 98 8A 0 1B 22 12 C 2B 44
Octal 320 230 212 0 33 42 22 14 53 104
Binary 11010000 10011000 10001010 0 11011 100010 10010 1100 101011 1000100

Color Harmonies of #D0988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0988A

Black with #D0988A

Text Example


Text Example

White with #D0988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0988A; }

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

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

background-color css

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

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

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

border-color css

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

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

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