Html Css Color HEX #DB746C Geraldine

📋 copy color: '#DB746C'

red 219 ◦ green 116 ◦ blue 108

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

Shades of Geraldine #DB746C

Tints of Geraldine #DB746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.19%

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

R = 49.44%
G = 26.19%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB746C (or 0xDB746C) is known color: Geraldine. HEX triplet: DB, 74 and 6C. RGB value is (219,116,108). Sum of RGB (Red+Green+Blue) = 219+116+108=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB746C is #248B93. Grayscale: #929292. Windows color (decimal): -2395028 or 7107803. OLE color: 7107803.

HSL color Cylindrical-coordinate representation of color #DB746C: hue angle of 4.32º 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 #DB746C is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 116 108 -
CMYK 0 0.47 0.51 0.14
HSL 4.32º 0.61% 0.64% -
HSV(B) 4.32º 0.51% 0.86% -
XYZ 38.17 28.63 17.7 -
YUV 145.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 219 116 108 0 0.47 0.51 0.14 4.32 0.61 0.64
Hex DB 74 6C 0 2F 33 E 4 3D 40
Octal 333 164 154 0 57 63 16 4 75 100
Binary 11011011 1110100 1101100 0 101111 110011 1110 100 111101 1000000

Color Harmonies of #DB746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB746C

Black with #DB746C

Text Example


Text Example

White with #DB746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB746C; }

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

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

background-color css

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

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

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

border-color css

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

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

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