Html Css Color HEX #DF766B Geraldine

📋 copy color: '#DF766B'

red 223 ◦ green 118 ◦ blue 107

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

Shades of Geraldine #DF766B

Tints of Geraldine #DF766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.34%

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

R = 49.78%
G = 26.34%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF766B (or 0xDF766B) is known color: Geraldine. HEX triplet: DF, 76 and 6B. RGB value is (223,118,107). Sum of RGB (Red+Green+Blue) = 223+118+107=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF766B is #208994. Grayscale: #949494. Windows color (decimal): -2132373 or 7042783. OLE color: 7042783.

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

Color convert

RGB 223 118 107 -
CMYK 0 0.47 0.52 0.13
HSL 5.69º 0.64% 0.65% -
HSV(B) 5.69º 0.52% 0.87% -
XYZ 39.56 29.71 17.56 -
YUV 148.14 104.79 181.39 -
System Red Green Blue C M Y K H S L
Decimal 223 118 107 0 0.47 0.52 0.13 5.69 0.64 0.65
Hex DF 76 6B 0 2F 34 D 6 40 41
Octal 337 166 153 0 57 64 15 6 100 101
Binary 11011111 1110110 1101011 0 101111 110100 1101 110 1000000 1000001

Color Harmonies of #DF766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF766B

Black with #DF766B

Text Example


Text Example

White with #DF766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF766B; }

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

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

background-color css

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

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

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

border-color css

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

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

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