Html Css Color HEX #DF756A Geraldine

📋 copy color: '#DF756A'

red 223 ◦ green 117 ◦ blue 106

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

Shades of Geraldine #DF756A

Tints of Geraldine #DF756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.23%

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

R = 50%
G = 26.23%
B = 23.77%

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

#DF756A (or 0xDF756A) is known color: Geraldine. HEX triplet: DF, 75 and 6A. RGB value is (223,117,106). Sum of RGB (Red+Green+Blue) = 223+117+106=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF756A is #208A95. Grayscale: #939393. Windows color (decimal): -2132630 or 6976991. OLE color: 6976991.

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

Color convert

RGB 223 117 106 -
CMYK 0 0.48 0.52 0.13
HSL 5.64º 0.65% 0.65% -
HSV(B) 5.64º 0.52% 0.87% -
XYZ 39.39 29.45 17.24 -
YUV 147.44 104.62 181.89 -
System Red Green Blue C M Y K H S L
Decimal 223 117 106 0 0.48 0.52 0.13 5.64 0.65 0.65
Hex DF 75 6A 0 30 34 D 6 41 41
Octal 337 165 152 0 60 64 15 6 101 101
Binary 11011111 1110101 1101010 0 110000 110100 1101 110 1000001 1000001

Color Harmonies of #DF756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF756A

Black with #DF756A

Text Example


Text Example

White with #DF756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF756A; }

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

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

background-color css

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

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

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

border-color css

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

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

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