Html Css Color HEX #D9A3B0 Kobi

📋 copy color: '#D9A3B0'

red 217 ◦ green 163 ◦ blue 176

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

Shades of Kobi #D9A3B0

Tints of Kobi #D9A3B0

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.32%

 BLUE value IS 176 (69.14% from 255) = 31.65%

R = 39.03%
G = 29.32%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D9A3B0 (or 0xD9A3B0) is known color: Kobi. HEX triplet: D9, A3 and B0. RGB value is (217,163,176). Sum of RGB (Red+Green+Blue) = 217+163+176=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A3B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A3B0 is #265C4F. Grayscale: #B4B4B4. Windows color (decimal): -2514000 or 11576281. OLE color: 11576281.

HSL color Cylindrical-coordinate representation of color #D9A3B0: hue angle of 345.56º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9A3B0 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 163 176 -
CMYK 0 0.25 0.19 0.15
HSL 345.56º 0.42% 0.75% -
HSV(B) 345.56º 0.25% 0.85% -
XYZ 49.55 44.08 46.97 -
YUV 180.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 217 163 176 0 0.25 0.19 0.15 345.56 0.42 0.75
Hex D9 A3 B0 0 19 13 F 15A 2A 4B
Octal 331 243 260 0 31 23 17 532 52 113
Binary 11011001 10100011 10110000 0 11001 10011 1111 101011010 101010 1001011

Color Harmonies of #D9A3B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A3B0

Black with #D9A3B0

Text Example


Text Example

White with #D9A3B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A3B0; }

 p { color: rgb(217,163,176); }

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

background-color css

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

 a { background-color: rgb(217,163,176); }

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

border-color css

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

 span { border-color: rgb(217,163,176); }

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