Html Css Color HEX #D19BAA Kobi

📋 copy color: '#D19BAA'

red 209 ◦ green 155 ◦ blue 170

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

Shades of Kobi #D19BAA

Tints of Kobi #D19BAA

RGB

 RED value IS 209 (82.03% from 255) = 39.14%

 GREEN value IS 155 (60.94% from 255) = 29.03%

 BLUE value IS 170 (66.8% from 255) = 31.84%

R = 39.14%
G = 29.03%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D19BAA (or 0xD19BAA) is known color: Kobi. HEX triplet: D1, 9B and AA. RGB value is (209,155,170). Sum of RGB (Red+Green+Blue) = 209+155+170=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D19BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19BAA is #2E6455. Grayscale: #ACACAC. Windows color (decimal): -3040342 or 11181009. OLE color: 11181009.

HSL color Cylindrical-coordinate representation of color #D19BAA: hue angle of 343.33º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19BAA is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 155 170 -
CMYK 0 0.26 0.19 0.18
HSL 343.33º 0.37% 0.71% -
HSV(B) 343.33º 0.26% 0.82% -
XYZ 45.27 39.9 43.35 -
YUV 172.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 209 155 170 0 0.26 0.19 0.18 343.33 0.37 0.71
Hex D1 9B AA 0 1A 13 12 157 25 47
Octal 321 233 252 0 32 23 22 527 45 107
Binary 11010001 10011011 10101010 0 11010 10011 10010 101010111 100101 1000111

Color Harmonies of #D19BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19BAA

Black with #D19BAA

Text Example


Text Example

White with #D19BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19BAA; }

 p { color: rgb(209,155,170); }

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

background-color css

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

 a { background-color: rgb(209,155,170); }

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

border-color css

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

 span { border-color: rgb(209,155,170); }

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