Html Css Color HEX #DF726A Geraldine

📋 copy color: '#DF726A'

red 223 ◦ green 114 ◦ blue 106

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

Shades of Geraldine #DF726A

Tints of Geraldine #DF726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.73%

 BLUE value IS 106 (41.8% from 255) = 23.93%

R = 50.34%
G = 25.73%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF726A (or 0xDF726A) is known color: Geraldine. HEX triplet: DF, 72 and 6A. RGB value is (223,114,106). Sum of RGB (Red+Green+Blue) = 223+114+106=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF726A is #208D95. Grayscale: #919191. Windows color (decimal): -2133398 or 6976223. OLE color: 6976223.

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

Color convert

RGB 223 114 106 -
CMYK 0 0.49 0.52 0.13
HSL 4.1º 0.65% 0.65% -
HSV(B) 4.1º 0.52% 0.87% -
XYZ 39.05 28.76 17.13 -
YUV 145.68 105.61 183.15 -
System Red Green Blue C M Y K H S L
Decimal 223 114 106 0 0.49 0.52 0.13 4.1 0.65 0.65
Hex DF 72 6A 0 31 34 D 4 41 41
Octal 337 162 152 0 61 64 15 4 101 101
Binary 11011111 1110010 1101010 0 110001 110100 1101 100 1000001 1000001

Color Harmonies of #DF726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF726A

Black with #DF726A

Text Example


Text Example

White with #DF726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF726A; }

 p { color: rgb(223,114,106); }

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

background-color css

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

 a { background-color: rgb(223,114,106); }

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

border-color css

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

 span { border-color: rgb(223,114,106); }

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