Html Css Color HEX #DB99AF Kobi

📋 copy color: '#DB99AF'

red 219 ◦ green 153 ◦ blue 175

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

Shades of Kobi #DB99AF

Tints of Kobi #DB99AF

RGB

 RED value IS 219 (85.94% from 255) = 40.04%

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

 BLUE value IS 175 (68.75% from 255) = 31.99%

R = 40.04%
G = 27.97%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB99AF (or 0xDB99AF) is known color: Kobi. HEX triplet: DB, 99 and AF. RGB value is (219,153,175). Sum of RGB (Red+Green+Blue) = 219+153+175=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB99AF is #246650. Grayscale: #AFAFAF. Windows color (decimal): -2385489 or 11508187. OLE color: 11508187.

HSL color Cylindrical-coordinate representation of color #DB99AF: hue angle of 340º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB99AF is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 153 175 -
CMYK 0 0.30 0.20 0.14
HSL 340º 0.48% 0.73% -
HSV(B) 340º 0.3% 0.86% -
XYZ 48.34 40.94 45.91 -
YUV 175.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 219 153 175 0 0.30 0.20 0.14 340 0.48 0.73
Hex DB 99 AF 0 1E 14 E 154 30 49
Octal 333 231 257 0 36 24 16 524 60 111
Binary 11011011 10011001 10101111 0 11110 10100 1110 101010100 110000 1001001

Color Harmonies of #DB99AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB99AF

Black with #DB99AF

Text Example


Text Example

White with #DB99AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB99AF; }

 p { color: rgb(219,153,175); }

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

background-color css

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

 a { background-color: rgb(219,153,175); }

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

border-color css

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

 span { border-color: rgb(219,153,175); }

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