Html Css Color HEX #DA766E Geraldine

📋 copy color: '#DA766E'

red 218 ◦ green 118 ◦ blue 110

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

Shades of Geraldine #DA766E

Tints of Geraldine #DA766E

RGB

 RED value IS 218 (85.55% from 255) = 48.88%

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

 BLUE value IS 110 (43.36% from 255) = 24.66%

R = 48.88%
G = 26.46%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA766E (or 0xDA766E) is known color: Geraldine. HEX triplet: DA, 76 and 6E. RGB value is (218,118,110). Sum of RGB (Red+Green+Blue) = 218+118+110=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA766E is #258991. Grayscale: #939393. Windows color (decimal): -2460050 or 7239386. OLE color: 7239386.

HSL color Cylindrical-coordinate representation of color #DA766E: hue angle of 4.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA766E is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 118 110 -
CMYK 0 0.46 0.50 0.15
HSL 4.44º 0.59% 0.64% -
HSV(B) 4.44º 0.5% 0.85% -
XYZ 38.21 28.99 18.33 -
YUV 146.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 218 118 110 0 0.46 0.50 0.15 4.44 0.59 0.64
Hex DA 76 6E 0 2E 32 F 4 3B 40
Octal 332 166 156 0 56 62 17 4 73 100
Binary 11011010 1110110 1101110 0 101110 110010 1111 100 111011 1000000

Color Harmonies of #DA766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA766E

Black with #DA766E

Text Example


Text Example

White with #DA766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA766E; }

 p { color: rgb(218,118,110); }

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

background-color css

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

 a { background-color: rgb(218,118,110); }

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

border-color css

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

 span { border-color: rgb(218,118,110); }

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