Html Css Color HEX #DD9CAA Kobi

📋 copy color: '#DD9CAA'

red 221 ◦ green 156 ◦ blue 170

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

Shades of Kobi #DD9CAA

Tints of Kobi #DD9CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.52%

 BLUE value IS 170 (66.8% from 255) = 31.08%

R = 40.4%
G = 28.52%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD9CAA (or 0xDD9CAA) is known color: Kobi. HEX triplet: DD, 9C and AA. RGB value is (221,156,170). Sum of RGB (Red+Green+Blue) = 221+156+170=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9CAA is #226355. Grayscale: #B1B1B1. Windows color (decimal): -2253654 or 11181277. OLE color: 11181277.

HSL color Cylindrical-coordinate representation of color #DD9CAA: hue angle of 347.08º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9CAA is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 156 170 -
CMYK 0 0.29 0.23 0.13
HSL 347.08º 0.49% 0.74% -
HSV(B) 347.08º 0.29% 0.87% -
XYZ 48.96 42.05 43.57 -
YUV 177.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 221 156 170 0 0.29 0.23 0.13 347.08 0.49 0.74
Hex DD 9C AA 0 1D 17 D 15B 31 4A
Octal 335 234 252 0 35 27 15 533 61 112
Binary 11011101 10011100 10101010 0 11101 10111 1101 101011011 110001 1001010

Color Harmonies of #DD9CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9CAA

Black with #DD9CAA

Text Example


Text Example

White with #DD9CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9CAA; }

 p { color: rgb(221,156,170); }

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

background-color css

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

 a { background-color: rgb(221,156,170); }

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

border-color css

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

 span { border-color: rgb(221,156,170); }

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