Html Css Color HEX #D09885 Quicksand

📋 copy color: '#D09885'

red 208 ◦ green 152 ◦ blue 133

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

Shades of Quicksand #D09885

Tints of Quicksand #D09885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.98%

R = 42.19%
G = 30.83%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D09885 (or 0xD09885) is known color: Quicksand. HEX triplet: D0, 98 and 85. RGB value is (208,152,133). Sum of RGB (Red+Green+Blue) = 208+152+133=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D09885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09885 is #2F677A. Grayscale: #A6A6A6. Windows color (decimal): -3106683 or 8755408. OLE color: 8755408.

HSL color Cylindrical-coordinate representation of color #D09885: hue angle of 15.2º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D09885 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 152 133 -
CMYK 0 0.27 0.36 0.18
HSL 15.2º 0.44% 0.67% -
HSV(B) 15.2º 0.36% 0.82% -
XYZ 41.47 37.56 27.25 -
YUV 166.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 208 152 133 0 0.27 0.36 0.18 15.2 0.44 0.67
Hex D0 98 85 0 1B 24 12 F 2C 43
Octal 320 230 205 0 33 44 22 17 54 103
Binary 11010000 10011000 10000101 0 11011 100100 10010 1111 101100 1000011

Color Harmonies of #D09885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09885

Black with #D09885

Text Example


Text Example

White with #D09885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09885; }

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

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

background-color css

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

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

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

border-color css

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

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

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