Html Css Color HEX #DB756B Geraldine

📋 copy color: '#DB756B'

red 219 ◦ green 117 ◦ blue 107

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

Shades of Geraldine #DB756B

Tints of Geraldine #DB756B

RGB

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

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

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

R = 49.44%
G = 26.41%
B = 24.15%

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

#DB756B (or 0xDB756B) is known color: Geraldine. HEX triplet: DB, 75 and 6B. RGB value is (219,117,107). Sum of RGB (Red+Green+Blue) = 219+117+107=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB756B is #248A94. Grayscale: #929292. Windows color (decimal): -2394773 or 7042523. OLE color: 7042523.

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

Color convert

RGB 219 117 107 -
CMYK 0 0.47 0.51 0.14
HSL 5.36º 0.61% 0.64% -
HSV(B) 5.36º 0.51% 0.86% -
XYZ 38.23 28.84 17.46 -
YUV 146.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 219 117 107 0 0.47 0.51 0.14 5.36 0.61 0.64
Hex DB 75 6B 0 2F 33 E 5 3D 40
Octal 333 165 153 0 57 63 16 5 75 100
Binary 11011011 1110101 1101011 0 101111 110011 1110 101 111101 1000000

Color Harmonies of #DB756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB756B

Black with #DB756B

Text Example


Text Example

White with #DB756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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