Html Css Color HEX #DA756E Geraldine

📋 copy color: '#DA756E'

red 218 ◦ green 117 ◦ blue 110

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

Shades of Geraldine #DA756E

Tints of Geraldine #DA756E

RGB

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

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

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

R = 48.99%
G = 26.29%
B = 24.72%

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

#DA756E (or 0xDA756E) is known color: Geraldine. HEX triplet: DA, 75 and 6E. RGB value is (218,117,110). Sum of RGB (Red+Green+Blue) = 218+117+110=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA756E is #258A91. Grayscale: #929292. Windows color (decimal): -2460306 or 7239130. OLE color: 7239130.

HSL color Cylindrical-coordinate representation of color #DA756E: hue angle of 3.89º 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 #DA756E is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 117 110 -
CMYK 0 0.46 0.50 0.15
HSL 3.89º 0.59% 0.64% -
HSV(B) 3.89º 0.5% 0.85% -
XYZ 38.09 28.75 18.29 -
YUV 146.4 107.46 179.07 -
System Red Green Blue C M Y K H S L
Decimal 218 117 110 0 0.46 0.50 0.15 3.89 0.59 0.64
Hex DA 75 6E 0 2E 32 F 4 3B 40
Octal 332 165 156 0 56 62 17 4 73 100
Binary 11011010 1110101 1101110 0 101110 110010 1111 100 111011 1000000

Color Harmonies of #DA756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA756E

Black with #DA756E

Text Example


Text Example

White with #DA756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA756E; }

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

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

background-color css

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

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

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

border-color css

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

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

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