Html Css Color HEX #DB736D Geraldine

📋 copy color: '#DB736D'

red 219 ◦ green 115 ◦ blue 109

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

Shades of Geraldine #DB736D

Tints of Geraldine #DB736D

RGB

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

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

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

R = 49.44%
G = 25.96%
B = 24.6%

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

#DB736D (or 0xDB736D) is known color: Geraldine. HEX triplet: DB, 73 and 6D. RGB value is (219,115,109). Sum of RGB (Red+Green+Blue) = 219+115+109=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB736D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB736D is #248C92. Grayscale: #919191. Windows color (decimal): -2395283 or 7173083. OLE color: 7173083.

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

Color convert

RGB 219 115 109 -
CMYK 0 0.47 0.50 0.14
HSL 3.27º 0.6% 0.64% -
HSV(B) 3.27º 0.5% 0.86% -
XYZ 38.1 28.43 17.95 -
YUV 145.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 219 115 109 0 0.47 0.50 0.14 3.27 0.6 0.64
Hex DB 73 6D 0 2F 32 E 3 3C 40
Octal 333 163 155 0 57 62 16 3 74 100
Binary 11011011 1110011 1101101 0 101111 110010 1110 11 111100 1000000

Color Harmonies of #DB736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB736D

Black with #DB736D

Text Example


Text Example

White with #DB736D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB736D; }

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

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

background-color css

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

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

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

border-color css

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

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

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