Html Css Color HEX #DA706E Geraldine

📋 copy color: '#DA706E'

red 218 ◦ green 112 ◦ blue 110

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

Shades of Geraldine #DA706E

Tints of Geraldine #DA706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.45%

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

R = 49.55%
G = 25.45%
B = 25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA706E (or 0xDA706E) is known color: Geraldine. HEX triplet: DA, 70 and 6E. RGB value is (218,112,110). Sum of RGB (Red+Green+Blue) = 218+112+110=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA706E is #258F91. Grayscale: #8F8F8F. Windows color (decimal): -2461586 or 7237850. OLE color: 7237850.

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

Color convert

RGB 218 112 110 -
CMYK 0 0.49 0.50 0.15
HSL 1.11º 0.59% 0.64% -
HSV(B) 1.11º 0.5% 0.85% -
XYZ 37.52 27.62 18.11 -
YUV 143.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 218 112 110 0 0.49 0.50 0.15 1.11 0.59 0.64
Hex DA 70 6E 0 31 32 F 1 3B 40
Octal 332 160 156 0 61 62 17 1 73 100
Binary 11011010 1110000 1101110 0 110001 110010 1111 1 111011 1000000

Color Harmonies of #DA706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA706E

Black with #DA706E

Text Example


Text Example

White with #DA706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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