Html Css Color HEX #DA706C Geraldine

📋 copy color: '#DA706C'

red 218 ◦ green 112 ◦ blue 108

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

Shades of Geraldine #DA706C

Tints of Geraldine #DA706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.66%

R = 49.77%
G = 25.57%
B = 24.66%

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

#DA706C (or 0xDA706C) is known color: Geraldine. HEX triplet: DA, 70 and 6C. RGB value is (218,112,108). Sum of RGB (Red+Green+Blue) = 218+112+108=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA706C is #258F93. Grayscale: #8F8F8F. Windows color (decimal): -2461588 or 7106778. OLE color: 7106778.

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

Color convert

RGB 218 112 108 -
CMYK 0 0.49 0.50 0.15
HSL 2.18º 0.6% 0.64% -
HSV(B) 2.18º 0.5% 0.85% -
XYZ 37.41 27.58 17.54 -
YUV 143.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 218 112 108 0 0.49 0.50 0.15 2.18 0.6 0.64
Hex DA 70 6C 0 31 32 F 2 3C 40
Octal 332 160 154 0 61 62 17 2 74 100
Binary 11011010 1110000 1101100 0 110001 110010 1111 10 111100 1000000

Color Harmonies of #DA706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA706C

Black with #DA706C

Text Example


Text Example

White with #DA706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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