Html Css Color HEX #DB746F Geraldine

📋 copy color: '#DB746F'

red 219 ◦ green 116 ◦ blue 111

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

Shades of Geraldine #DB746F

Tints of Geraldine #DB746F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.89%

R = 49.1%
G = 26.01%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB746F (or 0xDB746F) is known color: Geraldine. HEX triplet: DB, 74 and 6F. RGB value is (219,116,111). Sum of RGB (Red+Green+Blue) = 219+116+111=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB746F is #248B90. Grayscale: #929292. Windows color (decimal): -2395025 or 7304411. OLE color: 7304411.

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

Color convert

RGB 219 116 111 -
CMYK 0 0.47 0.49 0.14
HSL 2.78º 0.6% 0.65% -
HSV(B) 2.78º 0.49% 0.86% -
XYZ 38.33 28.7 18.56 -
YUV 146.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 219 116 111 0 0.47 0.49 0.14 2.78 0.6 0.65
Hex DB 74 6F 0 2F 31 E 3 3C 41
Octal 333 164 157 0 57 61 16 3 74 101
Binary 11011011 1110100 1101111 0 101111 110001 1110 11 111100 1000001

Color Harmonies of #DB746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB746F

Black with #DB746F

Text Example


Text Example

White with #DB746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB746F; }

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

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

background-color css

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

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

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

border-color css

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

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

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