Html Css Color HEX #D29985 Quicksand

📋 copy color: '#D29985'

red 210 ◦ green 153 ◦ blue 133

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

Shades of Quicksand #D29985

Tints of Quicksand #D29985

RGB

 RED value IS 210 (82.42% from 255) = 42.34%

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

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

R = 42.34%
G = 30.85%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D29985 (or 0xD29985) is known color: Quicksand. HEX triplet: D2, 99 and 85. RGB value is (210,153,133). Sum of RGB (Red+Green+Blue) = 210+153+133=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D29985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29985 is #2D667A. Grayscale: #A7A7A7. Windows color (decimal): -2975355 or 8755666. OLE color: 8755666.

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

Color convert

RGB 210 153 133 -
CMYK 0 0.27 0.37 0.18
HSL 15.58º 0.46% 0.67% -
HSV(B) 15.58º 0.37% 0.82% -
XYZ 42.2 38.18 27.33 -
YUV 167.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 210 153 133 0 0.27 0.37 0.18 15.58 0.46 0.67
Hex D2 99 85 0 1B 25 12 10 2E 43
Octal 322 231 205 0 33 45 22 20 56 103
Binary 11010010 10011001 10000101 0 11011 100101 10010 10000 101110 1000011

Color Harmonies of #D29985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29985

Black with #D29985

Text Example


Text Example

White with #D29985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29985; }

 p { color: rgb(210,153,133); }

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

background-color css

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

 a { background-color: rgb(210,153,133); }

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

border-color css

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

 span { border-color: rgb(210,153,133); }

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