Html Css Color HEX #D19DAB Kobi

📋 copy color: '#D19DAB'

red 209 ◦ green 157 ◦ blue 171

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

Shades of Kobi #D19DAB

Tints of Kobi #D19DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.24%

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

R = 38.92%
G = 29.24%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D19DAB (or 0xD19DAB) is known color: Kobi. HEX triplet: D1, 9D and AB. RGB value is (209,157,171). Sum of RGB (Red+Green+Blue) = 209+157+171=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D19DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19DAB is #2E6254. Grayscale: #AEAEAE. Windows color (decimal): -3039829 or 11247057. OLE color: 11247057.

HSL color Cylindrical-coordinate representation of color #D19DAB: hue angle of 343.85º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D19DAB is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 157 171 -
CMYK 0 0.25 0.18 0.18
HSL 343.85º 0.36% 0.72% -
HSV(B) 343.85º 0.25% 0.82% -
XYZ 45.7 40.61 43.96 -
YUV 174.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 209 157 171 0 0.25 0.18 0.18 343.85 0.36 0.72
Hex D1 9D AB 0 19 12 12 158 24 48
Octal 321 235 253 0 31 22 22 530 44 110
Binary 11010001 10011101 10101011 0 11001 10010 10010 101011000 100100 1001000

Color Harmonies of #D19DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19DAB

Black with #D19DAB

Text Example


Text Example

White with #D19DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19DAB; }

 p { color: rgb(209,157,171); }

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

background-color css

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

 a { background-color: rgb(209,157,171); }

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

border-color css

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

 span { border-color: rgb(209,157,171); }

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