Html Css Color HEX #DF736D Geraldine

📋 copy color: '#DF736D'

red 223 ◦ green 115 ◦ blue 109

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

Shades of Geraldine #DF736D

Tints of Geraldine #DF736D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.73%

 BLUE value IS 109 (42.97% from 255) = 24.38%

R = 49.89%
G = 25.73%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF736D (or 0xDF736D) is known color: Geraldine. HEX triplet: DF, 73 and 6D. RGB value is (223,115,109). Sum of RGB (Red+Green+Blue) = 223+115+109=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF736D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF736D is #208C92. Grayscale: #929292. Windows color (decimal): -2133139 or 7173087. OLE color: 7173087.

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

Color convert

RGB 223 115 109 -
CMYK 0 0.48 0.51 0.13
HSL 3.16º 0.64% 0.65% -
HSV(B) 3.16º 0.51% 0.87% -
XYZ 39.32 29.05 18 -
YUV 146.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 223 115 109 0 0.48 0.51 0.13 3.16 0.64 0.65
Hex DF 73 6D 0 30 33 D 3 40 41
Octal 337 163 155 0 60 63 15 3 100 101
Binary 11011111 1110011 1101101 0 110000 110011 1101 11 1000000 1000001

Color Harmonies of #DF736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF736D

Black with #DF736D

Text Example


Text Example

White with #DF736D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF736D; }

 p { color: rgb(223,115,109); }

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

background-color css

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

 a { background-color: rgb(223,115,109); }

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

border-color css

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

 span { border-color: rgb(223,115,109); }

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