Html Css Color HEX #D999AC Kobi

📋 copy color: '#D999AC'

red 217 ◦ green 153 ◦ blue 172

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

Shades of Kobi #D999AC

Tints of Kobi #D999AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.73%

R = 40.04%
G = 28.23%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D999AC (or 0xD999AC) is known color: Kobi. HEX triplet: D9, 99 and AC. RGB value is (217,153,172). Sum of RGB (Red+Green+Blue) = 217+153+172=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D999AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999AC is #266653. Grayscale: #AEAEAE. Windows color (decimal): -2516564 or 11311577. OLE color: 11311577.

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

Color convert

RGB 217 153 172 -
CMYK 0 0.29 0.21 0.15
HSL 342.19º 0.46% 0.73% -
HSV(B) 342.19º 0.29% 0.85% -
XYZ 47.45 40.51 44.35 -
YUV 174.3 126.7 158.46 -
System Red Green Blue C M Y K H S L
Decimal 217 153 172 0 0.29 0.21 0.15 342.19 0.46 0.73
Hex D9 99 AC 0 1D 15 F 156 2E 49
Octal 331 231 254 0 35 25 17 526 56 111
Binary 11011001 10011001 10101100 0 11101 10101 1111 101010110 101110 1001001

Color Harmonies of #D999AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999AC

Black with #D999AC

Text Example


Text Example

White with #D999AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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