Html Css Color HEX #D39DAB Kobi

📋 copy color: '#D39DAB'

red 211 ◦ green 157 ◦ blue 171

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

Shades of Kobi #D39DAB

Tints of Kobi #D39DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.13%

 BLUE value IS 171 (67.19% from 255) = 31.73%

R = 39.15%
G = 29.13%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D39DAB (or 0xD39DAB) is known color: Kobi. HEX triplet: D3, 9D and AB. RGB value is (211,157,171). Sum of RGB (Red+Green+Blue) = 211+157+171=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D39DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39DAB is #2C6254. Grayscale: #AEAEAE. Windows color (decimal): -2908757 or 11247059. OLE color: 11247059.

HSL color Cylindrical-coordinate representation of color #D39DAB: hue angle of 344.44º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D39DAB is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 157 171 -
CMYK 0 0.26 0.19 0.17
HSL 344.44º 0.38% 0.72% -
HSV(B) 344.44º 0.26% 0.83% -
XYZ 46.27 40.9 43.98 -
YUV 174.74 125.89 153.86 -
System Red Green Blue C M Y K H S L
Decimal 211 157 171 0 0.26 0.19 0.17 344.44 0.38 0.72
Hex D3 9D AB 0 1A 13 11 158 26 48
Octal 323 235 253 0 32 23 21 530 46 110
Binary 11010011 10011101 10101011 0 11010 10011 10001 101011000 100110 1001000

Color Harmonies of #D39DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39DAB

Black with #D39DAB

Text Example


Text Example

White with #D39DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39DAB; }

 p { color: rgb(211,157,171); }

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

background-color css

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

 a { background-color: rgb(211,157,171); }

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

border-color css

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

 span { border-color: rgb(211,157,171); }

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