Html Css Color HEX #DA706B Geraldine

📋 copy color: '#DA706B'

red 218 ◦ green 112 ◦ blue 107

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

Shades of Geraldine #DA706B

Tints of Geraldine #DA706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.49%

R = 49.89%
G = 25.63%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA706B (or 0xDA706B) is known color: Geraldine. HEX triplet: DA, 70 and 6B. RGB value is (218,112,107). Sum of RGB (Red+Green+Blue) = 218+112+107=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA706B is #258F94. Grayscale: #8F8F8F. Windows color (decimal): -2461589 or 7041242. OLE color: 7041242.

HSL color Cylindrical-coordinate representation of color #DA706B: hue angle of 2.7º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA706B is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 112 107 -
CMYK 0 0.49 0.51 0.15
HSL 2.7º 0.6% 0.64% -
HSV(B) 2.7º 0.51% 0.85% -
XYZ 37.36 27.56 17.26 -
YUV 143.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 218 112 107 0 0.49 0.51 0.15 2.7 0.6 0.64
Hex DA 70 6B 0 31 33 F 3 3C 40
Octal 332 160 153 0 61 63 17 3 74 100
Binary 11011010 1110000 1101011 0 110001 110011 1111 11 111100 1000000

Color Harmonies of #DA706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA706B

Black with #DA706B

Text Example


Text Example

White with #DA706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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