Html Css Color HEX #D29885 Quicksand

📋 copy color: '#D29885'

red 210 ◦ green 152 ◦ blue 133

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

Shades of Quicksand #D29885

Tints of Quicksand #D29885

RGB

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

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

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

R = 42.42%
G = 30.71%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D29885 (or 0xD29885) is known color: Quicksand. HEX triplet: D2, 98 and 85. RGB value is (210,152,133). Sum of RGB (Red+Green+Blue) = 210+152+133=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D29885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29885 is #2D677A. Grayscale: #A7A7A7. Windows color (decimal): -2975611 or 8755410. OLE color: 8755410.

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

Color convert

RGB 210 152 133 -
CMYK 0 0.28 0.37 0.18
HSL 14.81º 0.46% 0.67% -
HSV(B) 14.81º 0.37% 0.82% -
XYZ 42.04 37.85 27.28 -
YUV 167.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 210 152 133 0 0.28 0.37 0.18 14.81 0.46 0.67
Hex D2 98 85 0 1C 25 12 F 2E 43
Octal 322 230 205 0 34 45 22 17 56 103
Binary 11010010 10011000 10000101 0 11100 100101 10010 1111 101110 1000011

Color Harmonies of #D29885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29885

Black with #D29885

Text Example


Text Example

White with #D29885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29885; }

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

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

background-color css

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

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

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

border-color css

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

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

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