Html Css Color HEX #DDA0B2 Kobi

📋 copy color: '#DDA0B2'

red 221 ◦ green 160 ◦ blue 178

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

Shades of Kobi #DDA0B2

Tints of Kobi #DDA0B2

RGB

 RED value IS 221 (86.72% from 255) = 39.53%

 GREEN value IS 160 (62.89% from 255) = 28.62%

 BLUE value IS 178 (69.92% from 255) = 31.84%

R = 39.53%
G = 28.62%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DDA0B2 (or 0xDDA0B2) is known color: Kobi. HEX triplet: DD, A0 and B2. RGB value is (221,160,178). Sum of RGB (Red+Green+Blue) = 221+160+178=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA0B2 is #225F4D. Grayscale: #B4B4B4. Windows color (decimal): -2252622 or 11706589. OLE color: 11706589.

HSL color Cylindrical-coordinate representation of color #DDA0B2: hue angle of 342.3º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA0B2 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 160 178 -
CMYK 0 0.28 0.19 0.13
HSL 342.3º 0.47% 0.75% -
HSV(B) 342.3º 0.28% 0.87% -
XYZ 50.43 43.73 47.9 -
YUV 180.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 221 160 178 0 0.28 0.19 0.13 342.3 0.47 0.75
Hex DD A0 B2 0 1C 13 D 156 2F 4B
Octal 335 240 262 0 34 23 15 526 57 113
Binary 11011101 10100000 10110010 0 11100 10011 1101 101010110 101111 1001011

Color Harmonies of #DDA0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA0B2

Black with #DDA0B2

Text Example


Text Example

White with #DDA0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA0B2; }

 p { color: rgb(221,160,178); }

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

background-color css

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

 a { background-color: rgb(221,160,178); }

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

border-color css

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

 span { border-color: rgb(221,160,178); }

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