Html Css Color HEX #DA716D Geraldine

📋 copy color: '#DA716D'

red 218 ◦ green 113 ◦ blue 109

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

Shades of Geraldine #DA716D

Tints of Geraldine #DA716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.68%

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

R = 49.55%
G = 25.68%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA716D (or 0xDA716D) is known color: Geraldine. HEX triplet: DA, 71 and 6D. RGB value is (218,113,109). Sum of RGB (Red+Green+Blue) = 218+113+109=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA716D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA716D is #258E92. Grayscale: #909090. Windows color (decimal): -2461331 or 7172570. OLE color: 7172570.

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

Color convert

RGB 218 113 109 -
CMYK 0 0.48 0.5 0.15
HSL 2.2º 0.6% 0.64% -
HSV(B) 2.2º 0.5% 0.85% -
XYZ 37.58 27.82 17.86 -
YUV 143.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 218 113 109 0 0.48 0.5 0.15 2.2 0.6 0.64
Hex DA 71 6D 0 30 32 F 2 3C 40
Octal 332 161 155 0 60 62 17 2 74 100
Binary 11011010 1110001 1101101 0 110000 110010 1111 10 111100 1000000

Color Harmonies of #DA716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA716D

Black with #DA716D

Text Example


Text Example

White with #DA716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA716D; }

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

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

background-color css

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

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

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

border-color css

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

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

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