Html Css Color HEX #DF736A Geraldine

📋 copy color: '#DF736A'

red 223 ◦ green 115 ◦ blue 106

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

Shades of Geraldine #DF736A

Tints of Geraldine #DF736A

RGB

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

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

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

R = 50.23%
G = 25.9%
B = 23.87%

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

#DF736A (or 0xDF736A) is known color: Geraldine. HEX triplet: DF, 73 and 6A. RGB value is (223,115,106). Sum of RGB (Red+Green+Blue) = 223+115+106=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF736A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF736A is #208C95. Grayscale: #929292. Windows color (decimal): -2133142 or 6976479. OLE color: 6976479.

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

Color convert

RGB 223 115 106 -
CMYK 0 0.48 0.52 0.13
HSL 4.62º 0.65% 0.65% -
HSV(B) 4.62º 0.52% 0.87% -
XYZ 39.16 28.99 17.17 -
YUV 146.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 223 115 106 0 0.48 0.52 0.13 4.62 0.65 0.65
Hex DF 73 6A 0 30 34 D 5 41 41
Octal 337 163 152 0 60 64 15 5 101 101
Binary 11011111 1110011 1101010 0 110000 110100 1101 101 1000001 1000001

Color Harmonies of #DF736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF736A

Black with #DF736A

Text Example


Text Example

White with #DF736A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF736A; }

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

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

background-color css

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

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

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

border-color css

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

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

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