Html Css Color HEX #D899AB Kobi

📋 copy color: '#D899AB'

red 216 ◦ green 153 ◦ blue 171

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

Shades of Kobi #D899AB

Tints of Kobi #D899AB

RGB

 RED value IS 216 (84.77% from 255) = 40%

 GREEN value IS 153 (60.16% from 255) = 28.33%

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

R = 40%
G = 28.33%
B = 31.67%

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

#D899AB (or 0xD899AB) is known color: Kobi. HEX triplet: D8, 99 and AB. RGB value is (216,153,171). Sum of RGB (Red+Green+Blue) = 216+153+171=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D899AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D899AB is #276654. Grayscale: #ADADAD. Windows color (decimal): -2582101 or 11246040. OLE color: 11246040.

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

Color convert

RGB 216 153 171 -
CMYK 0 0.29 0.21 0.15
HSL 342.86º 0.45% 0.72% -
HSV(B) 342.86º 0.29% 0.85% -
XYZ 47.06 40.32 43.83 -
YUV 173.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 216 153 171 0 0.29 0.21 0.15 342.86 0.45 0.72
Hex D8 99 AB 0 1D 15 F 157 2D 48
Octal 330 231 253 0 35 25 17 527 55 110
Binary 11011000 10011001 10101011 0 11101 10101 1111 101010111 101101 1001000

Color Harmonies of #D899AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D899AB

Black with #D899AB

Text Example


Text Example

White with #D899AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D899AB; }

 p { color: rgb(216,153,171); }

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

background-color css

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

 a { background-color: rgb(216,153,171); }

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

border-color css

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

 span { border-color: rgb(216,153,171); }

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