Html Css Color HEX #D99BAB Kobi

📋 copy color: '#D99BAB'

red 217 ◦ green 155 ◦ blue 171

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

Shades of Kobi #D99BAB

Tints of Kobi #D99BAB

RGB

 RED value IS 217 (85.16% from 255) = 39.96%

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

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

R = 39.96%
G = 28.55%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D99BAB (or 0xD99BAB) is known color: Kobi. HEX triplet: D9, 9B and AB. RGB value is (217,155,171). Sum of RGB (Red+Green+Blue) = 217+155+171=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99BAB is #266454. Grayscale: #AFAFAF. Windows color (decimal): -2516053 or 11246553. OLE color: 11246553.

HSL color Cylindrical-coordinate representation of color #D99BAB: hue angle of 344.52º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99BAB is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 155 171 -
CMYK 0 0.29 0.21 0.15
HSL 344.52º 0.45% 0.73% -
HSV(B) 344.52º 0.29% 0.85% -
XYZ 47.69 41.13 43.95 -
YUV 175.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 217 155 171 0 0.29 0.21 0.15 344.52 0.45 0.73
Hex D9 9B AB 0 1D 15 F 159 2D 49
Octal 331 233 253 0 35 25 17 531 55 111
Binary 11011001 10011011 10101011 0 11101 10101 1111 101011001 101101 1001001

Color Harmonies of #D99BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99BAB

Black with #D99BAB

Text Example


Text Example

White with #D99BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99BAB; }

 p { color: rgb(217,155,171); }

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

background-color css

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

 a { background-color: rgb(217,155,171); }

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

border-color css

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

 span { border-color: rgb(217,155,171); }

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