Html Css Color HEX #D99DA7 Kobi

📋 copy color: '#D99DA7'

red 217 ◦ green 157 ◦ blue 167

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

Shades of Kobi #D99DA7

Tints of Kobi #D99DA7

RGB

 RED value IS 217 (85.16% from 255) = 40.11%

 GREEN value IS 157 (61.72% from 255) = 29.02%

 BLUE value IS 167 (65.63% from 255) = 30.87%

R = 40.11%
G = 29.02%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D99DA7 (or 0xD99DA7) is known color: Kobi. HEX triplet: D9, 9D and A7. RGB value is (217,157,167). Sum of RGB (Red+Green+Blue) = 217+157+167=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 167 (65.62% from 255 or 30.87% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99DA7 is #266258. Grayscale: #B0B0B0. Windows color (decimal): -2515545 or 10984921. OLE color: 10984921.

HSL color Cylindrical-coordinate representation of color #D99DA7: hue angle of 350º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99DA7 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 157 167 -
CMYK 0 0.28 0.23 0.15
HSL 350º 0.44% 0.73% -
HSV(B) 350º 0.28% 0.85% -
XYZ 47.65 41.66 42.09 -
YUV 176.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 217 157 167 0 0.28 0.23 0.15 350 0.44 0.73
Hex D9 9D A7 0 1C 17 F 15E 2C 49
Octal 331 235 247 0 34 27 17 536 54 111
Binary 11011001 10011101 10100111 0 11100 10111 1111 101011110 101100 1001001

Color Harmonies of #D99DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99DA7

Black with #D99DA7

Text Example


Text Example

White with #D99DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99DA7; }

 p { color: rgb(217,157,167); }

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

background-color css

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

 a { background-color: rgb(217,157,167); }

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

border-color css

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

 span { border-color: rgb(217,157,167); }

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