Html Css Color HEX #D799AD Kobi

📋 copy color: '#D799AD'

red 215 ◦ green 153 ◦ blue 173

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

Shades of Kobi #D799AD

Tints of Kobi #D799AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.98%

R = 39.74%
G = 28.28%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D799AD (or 0xD799AD) is known color: Kobi. HEX triplet: D7, 99 and AD. RGB value is (215,153,173). Sum of RGB (Red+Green+Blue) = 215+153+173=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D799AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D799AD is #286652. Grayscale: #ADADAD. Windows color (decimal): -2647635 or 11377111. OLE color: 11377111.

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

Color convert

RGB 215 153 173 -
CMYK 0 0.29 0.20 0.16
HSL 340.65º 0.44% 0.72% -
HSV(B) 340.65º 0.29% 0.84% -
XYZ 46.96 40.25 44.83 -
YUV 173.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 215 153 173 0 0.29 0.20 0.16 340.65 0.44 0.72
Hex D7 99 AD 0 1D 14 10 155 2C 48
Octal 327 231 255 0 35 24 20 525 54 110
Binary 11010111 10011001 10101101 0 11101 10100 10000 101010101 101100 1001000

Color Harmonies of #D799AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D799AD

Black with #D799AD

Text Example


Text Example

White with #D799AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D799AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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