Html Css Color HEX #DA756D Geraldine

📋 copy color: '#DA756D'

red 218 ◦ green 117 ◦ blue 109

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

Shades of Geraldine #DA756D

Tints of Geraldine #DA756D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.55%

R = 49.1%
G = 26.35%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA756D (or 0xDA756D) is known color: Geraldine. HEX triplet: DA, 75 and 6D. RGB value is (218,117,109). Sum of RGB (Red+Green+Blue) = 218+117+109=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA756D is #258A92. Grayscale: #929292. Windows color (decimal): -2460307 or 7173594. OLE color: 7173594.

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

Color convert

RGB 218 117 109 -
CMYK 0 0.46 0.5 0.15
HSL 4.4º 0.6% 0.64% -
HSV(B) 4.4º 0.5% 0.85% -
XYZ 38.04 28.73 18.01 -
YUV 146.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 218 117 109 0 0.46 0.5 0.15 4.4 0.6 0.64
Hex DA 75 6D 0 2E 32 F 4 3C 40
Octal 332 165 155 0 56 62 17 4 74 100
Binary 11011010 1110101 1101101 0 101110 110010 1111 100 111100 1000000

Color Harmonies of #DA756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA756D

Black with #DA756D

Text Example


Text Example

White with #DA756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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