Html Css Color HEX #DB756D Geraldine

📋 copy color: '#DB756D'

red 219 ◦ green 117 ◦ blue 109

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

Shades of Geraldine #DB756D

Tints of Geraldine #DB756D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.49%

R = 49.21%
G = 26.29%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB756D (or 0xDB756D) is known color: Geraldine. HEX triplet: DB, 75 and 6D. RGB value is (219,117,109). Sum of RGB (Red+Green+Blue) = 219+117+109=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB756D is #248A92. Grayscale: #929292. Windows color (decimal): -2394771 or 7173595. OLE color: 7173595.

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

Color convert

RGB 219 117 109 -
CMYK 0 0.47 0.50 0.14
HSL 4.36º 0.6% 0.64% -
HSV(B) 4.36º 0.5% 0.86% -
XYZ 38.34 28.89 18.02 -
YUV 146.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 219 117 109 0 0.47 0.50 0.14 4.36 0.6 0.64
Hex DB 75 6D 0 2F 32 E 4 3C 40
Octal 333 165 155 0 57 62 16 4 74 100
Binary 11011011 1110101 1101101 0 101111 110010 1110 100 111100 1000000

Color Harmonies of #DB756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB756D

Black with #DB756D

Text Example


Text Example

White with #DB756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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