#DF9AA4

Color #DF9AA4 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #DF9AA4

Tints of Kobi #DF9AA4

Color information

#DF9AA4 (or 0xDF9AA4) is unknown color: approx Kobi. HEX triplet: DF, 9A and A4. RGB value is (223,154,164). Sum of RGB (Red+Green+Blue) = 223+154+164=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9AA4 is #20655B. Grayscale: #AFAFAF. Windows color (decimal): -2123100 or 10787551. OLE color: 10787551.

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

Color convert

RGB223154164-
CMYK00.310.260.13
HSL351.3º51.88%73.92%-
HSV(B)351.3º30.94%87.45%-
XYZ48.6941.4840.56-
YUV175.77121.36161.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 154 (60.55% from 255) = 28.47%
BLUE value IS 164 (64.45% from 255) = 30.31%
R=41.22%
G=28.47%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315416400.310.260.13351.351.8873.92
HexDF9AA401F1AD15f344a
Octal337232244037321553764112
Binary1101111110011010101001000111111101011011010111111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9AA4; }

 p { color: rgb(223,154,164); }

 H1.HeaderClassName
 {
   color: #DF9AA4;
 }
 .AnyTagClassName
 {
   color: #DF9AA4;
 }
</style>
background-color css

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

 a { background-color: rgb(223,154,164); }

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

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

 span { border-color: rgb(223,154,164); }

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