Html Css Color HEX #DB98A4 Kobi

📋 copy color: '#DB98A4'

red 219 ◦ green 152 ◦ blue 164

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

Shades of Kobi #DB98A4

Tints of Kobi #DB98A4

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.41%

 BLUE value IS 164 (64.45% from 255) = 30.65%

R = 40.93%
G = 28.41%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB98A4 (or 0xDB98A4) is known color: Kobi. HEX triplet: DB, 98 and A4. RGB value is (219,152,164). Sum of RGB (Red+Green+Blue) = 219+152+164=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB98A4 is #24675B. Grayscale: #ADADAD. Windows color (decimal): -2385756 or 10787035. OLE color: 10787035.

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

Color convert

RGB 219 152 164 -
CMYK 0 0.31 0.25 0.14
HSL 349.25º 0.48% 0.73% -
HSV(B) 349.25º 0.31% 0.86% -
XYZ 47.14 40.2 40.4 -
YUV 173.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 219 152 164 0 0.31 0.25 0.14 349.25 0.48 0.73
Hex DB 98 A4 0 1F 19 E 15D 30 49
Octal 333 230 244 0 37 31 16 535 60 111
Binary 11011011 10011000 10100100 0 11111 11001 1110 101011101 110000 1001001

Color Harmonies of #DB98A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB98A4

Black with #DB98A4

Text Example


Text Example

White with #DB98A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB98A4; }

 p { color: rgb(219,152,164); }

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

background-color css

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

 a { background-color: rgb(219,152,164); }

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

border-color css

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

 span { border-color: rgb(219,152,164); }

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