Html Css Color HEX #DF706B Geraldine

📋 copy color: '#DF706B'

red 223 ◦ green 112 ◦ blue 107

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

Shades of Geraldine #DF706B

Tints of Geraldine #DF706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.34%

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

R = 50.45%
G = 25.34%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF706B (or 0xDF706B) is known color: Geraldine. HEX triplet: DF, 70 and 6B. RGB value is (223,112,107). Sum of RGB (Red+Green+Blue) = 223+112+107=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF706B is #208F94. Grayscale: #909090. Windows color (decimal): -2133909 or 7041247. OLE color: 7041247.

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

Color convert

RGB 223 112 107 -
CMYK 0 0.50 0.52 0.13
HSL 2.59º 0.64% 0.65% -
HSV(B) 2.59º 0.52% 0.87% -
XYZ 38.88 28.34 17.33 -
YUV 144.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 223 112 107 0 0.50 0.52 0.13 2.59 0.64 0.65
Hex DF 70 6B 0 32 34 D 3 40 41
Octal 337 160 153 0 62 64 15 3 100 101
Binary 11011111 1110000 1101011 0 110010 110100 1101 11 1000000 1000001

Color Harmonies of #DF706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF706B

Black with #DF706B

Text Example


Text Example

White with #DF706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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