Html Css Color HEX #DF99A4 Kobi

📋 copy color: '#DF99A4'

red 223 ◦ green 153 ◦ blue 164

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

Shades of Kobi #DF99A4

Tints of Kobi #DF99A4

RGB

 RED value IS 223 (87.5% from 255) = 41.3%

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

 BLUE value IS 164 (64.45% from 255) = 30.37%

R = 41.3%
G = 28.33%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF99A4 (or 0xDF99A4) is known color: Kobi. HEX triplet: DF, 99 and A4. RGB value is (223,153,164). Sum of RGB (Red+Green+Blue) = 223+153+164=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF99A4 is #20665B. Grayscale: #AFAFAF. Windows color (decimal): -2123356 or 10787295. OLE color: 10787295.

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

Color convert

RGB 223 153 164 -
CMYK 0 0.31 0.26 0.13
HSL 350.57º 0.52% 0.74% -
HSV(B) 350.57º 0.31% 0.87% -
XYZ 48.52 41.15 40.51 -
YUV 175.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 223 153 164 0 0.31 0.26 0.13 350.57 0.52 0.74
Hex DF 99 A4 0 1F 1A D 15F 34 4A
Octal 337 231 244 0 37 32 15 537 64 112
Binary 11011111 10011001 10100100 0 11111 11010 1101 101011111 110100 1001010

Color Harmonies of #DF99A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF99A4

Black with #DF99A4

Text Example


Text Example

White with #DF99A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF99A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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