Html Css Color HEX #D99BAA Kobi

📋 copy color: '#D99BAA'

red 217 ◦ green 155 ◦ blue 170

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

Shades of Kobi #D99BAA

Tints of Kobi #D99BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.37%

R = 40.04%
G = 28.6%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D99BAA (or 0xD99BAA) is known color: Kobi. HEX triplet: D9, 9B and AA. RGB value is (217,155,170). Sum of RGB (Red+Green+Blue) = 217+155+170=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99BAA is #266455. Grayscale: #AFAFAF. Windows color (decimal): -2516054 or 11181017. OLE color: 11181017.

HSL color Cylindrical-coordinate representation of color #D99BAA: hue angle of 345.48º 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 #D99BAA is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 155 170 -
CMYK 0 0.29 0.22 0.15
HSL 345.48º 0.45% 0.73% -
HSV(B) 345.48º 0.29% 0.85% -
XYZ 47.59 41.1 43.45 -
YUV 175.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 217 155 170 0 0.29 0.22 0.15 345.48 0.45 0.73
Hex D9 9B AA 0 1D 16 F 159 2D 49
Octal 331 233 252 0 35 26 17 531 55 111
Binary 11011001 10011011 10101010 0 11101 10110 1111 101011001 101101 1001001

Color Harmonies of #D99BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99BAA

Black with #D99BAA

Text Example


Text Example

White with #D99BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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