Html Css Color HEX #D09DAF Kobi

📋 copy color: '#D09DAF'

red 208 ◦ green 157 ◦ blue 175

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

Shades of Kobi #D09DAF

Tints of Kobi #D09DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.41%

R = 38.52%
G = 29.07%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D09DAF (or 0xD09DAF) is known color: Kobi. HEX triplet: D0, 9D and AF. RGB value is (208,157,175). Sum of RGB (Red+Green+Blue) = 208+157+175=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09DAF is #2F6250. Grayscale: #AEAEAE. Windows color (decimal): -3105361 or 11509200. OLE color: 11509200.

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

Color convert

RGB 208 157 175 -
CMYK 0 0.25 0.16 0.18
HSL 338.82º 0.35% 0.72% -
HSV(B) 338.82º 0.25% 0.82% -
XYZ 45.81 40.62 45.98 -
YUV 174.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 208 157 175 0 0.25 0.16 0.18 338.82 0.35 0.72
Hex D0 9D AF 0 19 10 12 153 23 48
Octal 320 235 257 0 31 20 22 523 43 110
Binary 11010000 10011101 10101111 0 11001 10000 10010 101010011 100011 1001000

Color Harmonies of #D09DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09DAF

Black with #D09DAF

Text Example


Text Example

White with #D09DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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