Html Css Color HEX #D099AD Kobi

📋 copy color: '#D099AD'

red 208 ◦ green 153 ◦ blue 173

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

Shades of Kobi #D099AD

Tints of Kobi #D099AD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.65%

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

R = 38.95%
G = 28.65%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D099AD (or 0xD099AD) is known color: Kobi. HEX triplet: D0, 99 and AD. RGB value is (208,153,173). Sum of RGB (Red+Green+Blue) = 208+153+173=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D099AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D099AD is #2F6652. Grayscale: #ABABAB. Windows color (decimal): -3106387 or 11377104. OLE color: 11377104.

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

Color convert

RGB 208 153 173 -
CMYK 0 0.26 0.17 0.18
HSL 338.18º 0.37% 0.71% -
HSV(B) 338.18º 0.26% 0.82% -
XYZ 44.95 39.21 44.73 -
YUV 171.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 208 153 173 0 0.26 0.17 0.18 338.18 0.37 0.71
Hex D0 99 AD 0 1A 11 12 152 25 47
Octal 320 231 255 0 32 21 22 522 45 107
Binary 11010000 10011001 10101101 0 11010 10001 10010 101010010 100101 1000111

Color Harmonies of #D099AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D099AD

Black with #D099AD

Text Example


Text Example

White with #D099AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D099AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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