Html Css Color HEX #D899AA Kobi

📋 copy color: '#D899AA'

red 216 ◦ green 153 ◦ blue 170

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

Shades of Kobi #D899AA

Tints of Kobi #D899AA

RGB

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

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

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

R = 40.07%
G = 28.39%
B = 31.54%

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

#D899AA (or 0xD899AA) is known color: Kobi. HEX triplet: D8, 99 and AA. RGB value is (216,153,170). Sum of RGB (Red+Green+Blue) = 216+153+170=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D899AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D899AA is #276655. Grayscale: #ADADAD. Windows color (decimal): -2582102 or 11180504. OLE color: 11180504.

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

Color convert

RGB 216 153 170 -
CMYK 0 0.29 0.21 0.15
HSL 343.81º 0.45% 0.72% -
HSV(B) 343.81º 0.29% 0.85% -
XYZ 46.97 40.28 43.33 -
YUV 173.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 216 153 170 0 0.29 0.21 0.15 343.81 0.45 0.72
Hex D8 99 AA 0 1D 15 F 158 2D 48
Octal 330 231 252 0 35 25 17 530 55 110
Binary 11011000 10011001 10101010 0 11101 10101 1111 101011000 101101 1001000

Color Harmonies of #D899AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D899AA

Black with #D899AA

Text Example


Text Example

White with #D899AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D899AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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