Html Css Color HEX #D09DAD Kobi

📋 copy color: '#D09DAD'

red 208 ◦ green 157 ◦ blue 173

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

Shades of Kobi #D09DAD

Tints of Kobi #D09DAD

RGB

 RED value IS 208 (81.64% from 255) = 38.66%

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

 BLUE value IS 173 (67.97% from 255) = 32.16%

R = 38.66%
G = 29.18%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D09DAD (or 0xD09DAD) is known color: Kobi. HEX triplet: D0, 9D and AD. RGB value is (208,157,173). Sum of RGB (Red+Green+Blue) = 208+157+173=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09DAD is #2F6252. Grayscale: #AEAEAE. Windows color (decimal): -3105363 or 11378128. OLE color: 11378128.

HSL color Cylindrical-coordinate representation of color #D09DAD: hue angle of 341.18º degrees, saturation: 0.35, 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 #D09DAD is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 157 173 -
CMYK 0 0.25 0.17 0.18
HSL 341.18º 0.35% 0.72% -
HSV(B) 341.18º 0.25% 0.82% -
XYZ 45.61 40.54 44.96 -
YUV 174.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 208 157 173 0 0.25 0.17 0.18 341.18 0.35 0.72
Hex D0 9D AD 0 19 11 12 155 23 48
Octal 320 235 255 0 31 21 22 525 43 110
Binary 11010000 10011101 10101101 0 11001 10001 10010 101010101 100011 1001000

Color Harmonies of #D09DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09DAD

Black with #D09DAD

Text Example


Text Example

White with #D09DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09DAD; }

 p { color: rgb(208,157,173); }

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

background-color css

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

 a { background-color: rgb(208,157,173); }

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

border-color css

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

 span { border-color: rgb(208,157,173); }

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