Html Css Color HEX #D999A6 Kobi

📋 copy color: '#D999A6'

red 217 ◦ green 153 ◦ blue 166

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

Shades of Kobi #D999A6

Tints of Kobi #D999A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.97%

R = 40.49%
G = 28.54%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D999A6 (or 0xD999A6) is known color: Kobi. HEX triplet: D9, 99 and A6. RGB value is (217,153,166). Sum of RGB (Red+Green+Blue) = 217+153+166=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D999A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999A6 is #266659. Grayscale: #ADADAD. Windows color (decimal): -2516570 or 10918361. OLE color: 10918361.

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

Color convert

RGB 217 153 166 -
CMYK 0 0.29 0.24 0.15
HSL 347.81º 0.46% 0.73% -
HSV(B) 347.81º 0.29% 0.85% -
XYZ 46.89 40.29 41.38 -
YUV 173.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 217 153 166 0 0.29 0.24 0.15 347.81 0.46 0.73
Hex D9 99 A6 0 1D 18 F 15C 2E 49
Octal 331 231 246 0 35 30 17 534 56 111
Binary 11011001 10011001 10100110 0 11101 11000 1111 101011100 101110 1001001

Color Harmonies of #D999A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999A6

Black with #D999A6

Text Example


Text Example

White with #D999A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999A6; }

 p { color: rgb(217,153,166); }

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

background-color css

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

 a { background-color: rgb(217,153,166); }

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

border-color css

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

 span { border-color: rgb(217,153,166); }

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