Html Css Color HEX #DA766F Geraldine

📋 copy color: '#DA766F'

red 218 ◦ green 118 ◦ blue 111

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

Shades of Geraldine #DA766F

Tints of Geraldine #DA766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.83%

R = 48.77%
G = 26.4%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA766F (or 0xDA766F) is known color: Geraldine. HEX triplet: DA, 76 and 6F. RGB value is (218,118,111). Sum of RGB (Red+Green+Blue) = 218+118+111=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA766F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA766F is #258990. Grayscale: #939393. Windows color (decimal): -2460049 or 7304922. OLE color: 7304922.

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

Color convert

RGB 218 118 111 -
CMYK 0 0.46 0.49 0.15
HSL 3.93º 0.59% 0.65% -
HSV(B) 3.93º 0.49% 0.85% -
XYZ 38.26 29.01 18.62 -
YUV 147.1 107.63 178.57 -
System Red Green Blue C M Y K H S L
Decimal 218 118 111 0 0.46 0.49 0.15 3.93 0.59 0.65
Hex DA 76 6F 0 2E 31 F 4 3B 41
Octal 332 166 157 0 56 61 17 4 73 101
Binary 11011010 1110110 1101111 0 101110 110001 1111 100 111011 1000001

Color Harmonies of #DA766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA766F

Black with #DA766F

Text Example


Text Example

White with #DA766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA766F; }

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

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

background-color css

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

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

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

border-color css

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

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

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