Html Css Color HEX #DB746B Geraldine

📋 copy color: '#DB746B'

red 219 ◦ green 116 ◦ blue 107

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

Shades of Geraldine #DB746B

Tints of Geraldine #DB746B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.21%

R = 49.55%
G = 26.24%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB746B (or 0xDB746B) is known color: Geraldine. HEX triplet: DB, 74 and 6B. RGB value is (219,116,107). Sum of RGB (Red+Green+Blue) = 219+116+107=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB746B is #248B94. Grayscale: #919191. Windows color (decimal): -2395029 or 7042267. OLE color: 7042267.

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

Color convert

RGB 219 116 107 -
CMYK 0 0.47 0.51 0.14
HSL 4.82º 0.61% 0.64% -
HSV(B) 4.82º 0.51% 0.86% -
XYZ 38.11 28.61 17.42 -
YUV 145.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 219 116 107 0 0.47 0.51 0.14 4.82 0.61 0.64
Hex DB 74 6B 0 2F 33 E 5 3D 40
Octal 333 164 153 0 57 63 16 5 75 100
Binary 11011011 1110100 1101011 0 101111 110011 1110 101 111101 1000000

Color Harmonies of #DB746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB746B

Black with #DB746B

Text Example


Text Example

White with #DB746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB746B; }

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

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

background-color css

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

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

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

border-color css

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

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

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