Html Css Color HEX #D9A0AB Kobi

📋 copy color: '#D9A0AB'

red 217 ◦ green 160 ◦ blue 171

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

Shades of Kobi #D9A0AB

Tints of Kobi #D9A0AB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.2%

 BLUE value IS 171 (67.19% from 255) = 31.2%

R = 39.6%
G = 29.2%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D9A0AB (or 0xD9A0AB) is known color: Kobi. HEX triplet: D9, A0 and AB. RGB value is (217,160,171). Sum of RGB (Red+Green+Blue) = 217+160+171=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A0AB is #265F54. Grayscale: #B2B2B2. Windows color (decimal): -2514773 or 11247833. OLE color: 11247833.

HSL color Cylindrical-coordinate representation of color #D9A0AB: hue angle of 348.42º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A0AB is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 160 171 -
CMYK 0 0.26 0.21 0.15
HSL 348.42º 0.43% 0.74% -
HSV(B) 348.42º 0.26% 0.85% -
XYZ 48.54 42.83 44.24 -
YUV 178.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 217 160 171 0 0.26 0.21 0.15 348.42 0.43 0.74
Hex D9 A0 AB 0 1A 15 F 15C 2B 4A
Octal 331 240 253 0 32 25 17 534 53 112
Binary 11011001 10100000 10101011 0 11010 10101 1111 101011100 101011 1001010

Color Harmonies of #D9A0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A0AB

Black with #D9A0AB

Text Example


Text Example

White with #D9A0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A0AB; }

 p { color: rgb(217,160,171); }

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

background-color css

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

 a { background-color: rgb(217,160,171); }

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

border-color css

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

 span { border-color: rgb(217,160,171); }

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