Html Css Color HEX #D39B88 Rose

📋 copy color: '#D39B88'

red 211 ◦ green 155 ◦ blue 136

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

Shades of Rose #D39B88

Tints of Rose #D39B88

RGB

 RED value IS 211 (82.81% from 255) = 42.03%

 GREEN value IS 155 (60.94% from 255) = 30.88%

 BLUE value IS 136 (53.52% from 255) = 27.09%

R = 42.03%
G = 30.88%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D39B88 (or 0xD39B88) is known color: Rose. HEX triplet: D3, 9B and 88. RGB value is (211,155,136). Sum of RGB (Red+Green+Blue) = 211+155+136=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39B88 is #2C6477. Grayscale: #A9A9A9. Windows color (decimal): -2909304 or 8952787. OLE color: 8952787.

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

Color convert

RGB 211 155 136 -
CMYK 0 0.27 0.36 0.17
HSL 15.2º 0.46% 0.68% -
HSV(B) 15.2º 0.36% 0.83% -
XYZ 43.03 39.07 28.57 -
YUV 169.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 211 155 136 0 0.27 0.36 0.17 15.2 0.46 0.68
Hex D3 9B 88 0 1B 24 11 F 2E 44
Octal 323 233 210 0 33 44 21 17 56 104
Binary 11010011 10011011 10001000 0 11011 100100 10001 1111 101110 1000100

Color Harmonies of #D39B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39B88

Black with #D39B88

Text Example


Text Example

White with #D39B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39B88; }

 p { color: rgb(211,155,136); }

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

background-color css

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

 a { background-color: rgb(211,155,136); }

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

border-color css

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

 span { border-color: rgb(211,155,136); }

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