Html Css Color HEX #D799AA Kobi

📋 copy color: '#D799AA'

red 215 ◦ green 153 ◦ blue 170

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

Shades of Kobi #D799AA

Tints of Kobi #D799AA

RGB

 RED value IS 215 (84.38% from 255) = 39.96%

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

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

R = 39.96%
G = 28.44%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D799AA (or 0xD799AA) is known color: Kobi. HEX triplet: D7, 99 and AA. RGB value is (215,153,170). Sum of RGB (Red+Green+Blue) = 215+153+170=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D799AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D799AA is #286655. Grayscale: #ADADAD. Windows color (decimal): -2647638 or 11180503. OLE color: 11180503.

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

Color convert

RGB 215 153 170 -
CMYK 0 0.29 0.21 0.16
HSL 343.55º 0.44% 0.72% -
HSV(B) 343.55º 0.29% 0.84% -
XYZ 46.67 40.13 43.32 -
YUV 173.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 215 153 170 0 0.29 0.21 0.16 343.55 0.44 0.72
Hex D7 99 AA 0 1D 15 10 158 2C 48
Octal 327 231 252 0 35 25 20 530 54 110
Binary 11010111 10011001 10101010 0 11101 10101 10000 101011000 101100 1001000

Color Harmonies of #D799AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D799AA

Black with #D799AA

Text Example


Text Example

White with #D799AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D799AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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