Html Css Color HEX #D898AA Kobi

📋 copy color: '#D898AA'

red 216 ◦ green 152 ◦ blue 170

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

Shades of Kobi #D898AA

Tints of Kobi #D898AA

RGB

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

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

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

R = 40.15%
G = 28.25%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D898AA (or 0xD898AA) is known color: Kobi. HEX triplet: D8, 98 and AA. RGB value is (216,152,170). Sum of RGB (Red+Green+Blue) = 216+152+170=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D898AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D898AA is #276755. Grayscale: #ADADAD. Windows color (decimal): -2582358 or 11180248. OLE color: 11180248.

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

Color convert

RGB 216 152 170 -
CMYK 0 0.30 0.21 0.15
HSL 343.13º 0.45% 0.72% -
HSV(B) 343.13º 0.3% 0.85% -
XYZ 46.8 39.96 43.28 -
YUV 173.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 216 152 170 0 0.30 0.21 0.15 343.13 0.45 0.72
Hex D8 98 AA 0 1E 15 F 157 2D 48
Octal 330 230 252 0 36 25 17 527 55 110
Binary 11011000 10011000 10101010 0 11110 10101 1111 101010111 101101 1001000

Color Harmonies of #D898AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D898AA

Black with #D898AA

Text Example


Text Example

White with #D898AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D898AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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