Html Css Color HEX #DF736B Geraldine

📋 copy color: '#DF736B'

red 223 ◦ green 115 ◦ blue 107

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

Shades of Geraldine #DF736B

Tints of Geraldine #DF736B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.04%

R = 50.11%
G = 25.84%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF736B (or 0xDF736B) is known color: Geraldine. HEX triplet: DF, 73 and 6B. RGB value is (223,115,107). Sum of RGB (Red+Green+Blue) = 223+115+107=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF736B is #208C94. Grayscale: #929292. Windows color (decimal): -2133141 or 7042015. OLE color: 7042015.

HSL color Cylindrical-coordinate representation of color #DF736B: hue angle of 4.14º degrees, saturation: 0.64, 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 #DF736B is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 115 107 -
CMYK 0 0.48 0.52 0.13
HSL 4.14º 0.64% 0.65% -
HSV(B) 4.14º 0.52% 0.87% -
XYZ 39.22 29.01 17.44 -
YUV 146.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 223 115 107 0 0.48 0.52 0.13 4.14 0.64 0.65
Hex DF 73 6B 0 30 34 D 4 40 41
Octal 337 163 153 0 60 64 15 4 100 101
Binary 11011111 1110011 1101011 0 110000 110100 1101 100 1000000 1000001

Color Harmonies of #DF736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF736B

Black with #DF736B

Text Example


Text Example

White with #DF736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF736B; }

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

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

background-color css

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

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

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

border-color css

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

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

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