Html Css Color HEX #DF766A Geraldine

📋 copy color: '#DF766A'

red 223 ◦ green 118 ◦ blue 106

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

Shades of Geraldine #DF766A

Tints of Geraldine #DF766A

RGB

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

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

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

R = 49.89%
G = 26.4%
B = 23.71%

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

#DF766A (or 0xDF766A) is known color: Geraldine. HEX triplet: DF, 76 and 6A. RGB value is (223,118,106). Sum of RGB (Red+Green+Blue) = 223+118+106=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF766A is #208995. Grayscale: #949494. Windows color (decimal): -2132374 or 6977247. OLE color: 6977247.

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

Color convert

RGB 223 118 106 -
CMYK 0 0.47 0.52 0.13
HSL 6.15º 0.65% 0.65% -
HSV(B) 6.15º 0.52% 0.87% -
XYZ 39.51 29.69 17.28 -
YUV 148.03 104.29 181.48 -
System Red Green Blue C M Y K H S L
Decimal 223 118 106 0 0.47 0.52 0.13 6.15 0.65 0.65
Hex DF 76 6A 0 2F 34 D 6 41 41
Octal 337 166 152 0 57 64 15 6 101 101
Binary 11011111 1110110 1101010 0 101111 110100 1101 110 1000001 1000001

Color Harmonies of #DF766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF766A

Black with #DF766A

Text Example


Text Example

White with #DF766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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