Html Css Color HEX #DB736E Geraldine

📋 copy color: '#DB736E'

red 219 ◦ green 115 ◦ blue 110

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

Shades of Geraldine #DB736E

Tints of Geraldine #DB736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.9%

 BLUE value IS 110 (43.36% from 255) = 24.77%

R = 49.32%
G = 25.9%
B = 24.77%

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

#DB736E (or 0xDB736E) is known color: Geraldine. HEX triplet: DB, 73 and 6E. RGB value is (219,115,110). Sum of RGB (Red+Green+Blue) = 219+115+110=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB736E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB736E is #248C91. Grayscale: #919191. Windows color (decimal): -2395282 or 7238619. OLE color: 7238619.

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

Color convert

RGB 219 115 110 -
CMYK 0 0.47 0.50 0.14
HSL 2.75º 0.6% 0.65% -
HSV(B) 2.75º 0.5% 0.86% -
XYZ 38.16 28.45 18.23 -
YUV 145.53 107.96 180.41 -
System Red Green Blue C M Y K H S L
Decimal 219 115 110 0 0.47 0.50 0.14 2.75 0.6 0.65
Hex DB 73 6E 0 2F 32 E 3 3C 41
Octal 333 163 156 0 57 62 16 3 74 101
Binary 11011011 1110011 1101110 0 101111 110010 1110 11 111100 1000001

Color Harmonies of #DB736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB736E

Black with #DB736E

Text Example


Text Example

White with #DB736E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB736E; }

 p { color: rgb(219,115,110); }

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

background-color css

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

 a { background-color: rgb(219,115,110); }

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

border-color css

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

 span { border-color: rgb(219,115,110); }

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