Html Css Color HEX #DB756F Geraldine

📋 copy color: '#DB756F'

red 219 ◦ green 117 ◦ blue 111

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

Shades of Geraldine #DB756F

Tints of Geraldine #DB756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.17%

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

R = 48.99%
G = 26.17%
B = 24.83%

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

#DB756F (or 0xDB756F) is known color: Geraldine. HEX triplet: DB, 75 and 6F. RGB value is (219,117,111). Sum of RGB (Red+Green+Blue) = 219+117+111=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB756F is #248A90. Grayscale: #929292. Windows color (decimal): -2394769 or 7304667. OLE color: 7304667.

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

Color convert

RGB 219 117 111 -
CMYK 0 0.47 0.49 0.14
HSL 3.33º 0.6% 0.65% -
HSV(B) 3.33º 0.49% 0.86% -
XYZ 38.44 28.93 18.6 -
YUV 146.81 107.79 179.49 -
System Red Green Blue C M Y K H S L
Decimal 219 117 111 0 0.47 0.49 0.14 3.33 0.6 0.65
Hex DB 75 6F 0 2F 31 E 3 3C 41
Octal 333 165 157 0 57 61 16 3 74 101
Binary 11011011 1110101 1101111 0 101111 110001 1110 11 111100 1000001

Color Harmonies of #DB756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB756F

Black with #DB756F

Text Example


Text Example

White with #DB756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB756F; }

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

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

background-color css

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

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

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

border-color css

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

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

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