Html Css Color HEX #DB706C Geraldine

📋 copy color: '#DB706C'

red 219 ◦ green 112 ◦ blue 108

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

Shades of Geraldine #DB706C

Tints of Geraldine #DB706C

RGB

 RED value IS 219 (85.94% from 255) = 49.89%

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

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

R = 49.89%
G = 25.51%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB706C (or 0xDB706C) is known color: Geraldine. HEX triplet: DB, 70 and 6C. RGB value is (219,112,108). Sum of RGB (Red+Green+Blue) = 219+112+108=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB706C is #248F93. Grayscale: #8F8F8F. Windows color (decimal): -2396052 or 7106779. OLE color: 7106779.

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

Color convert

RGB 219 112 108 -
CMYK 0 0.49 0.51 0.14
HSL 2.16º 0.61% 0.64% -
HSV(B) 2.16º 0.51% 0.86% -
XYZ 37.71 27.73 17.55 -
YUV 143.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 219 112 108 0 0.49 0.51 0.14 2.16 0.61 0.64
Hex DB 70 6C 0 31 33 E 2 3D 40
Octal 333 160 154 0 61 63 16 2 75 100
Binary 11011011 1110000 1101100 0 110001 110011 1110 10 111101 1000000

Color Harmonies of #DB706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB706C

Black with #DB706C

Text Example


Text Example

White with #DB706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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