Html Css Color HEX #DB756C Geraldine

📋 copy color: '#DB756C'

red 219 ◦ green 117 ◦ blue 108

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

Shades of Geraldine #DB756C

Tints of Geraldine #DB756C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.32%

R = 49.32%
G = 26.35%
B = 24.32%

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

#DB756C (or 0xDB756C) is known color: Geraldine. HEX triplet: DB, 75 and 6C. RGB value is (219,117,108). Sum of RGB (Red+Green+Blue) = 219+117+108=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB756C is #248A93. Grayscale: #929292. Windows color (decimal): -2394772 or 7108059. OLE color: 7108059.

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

Color convert

RGB 219 117 108 -
CMYK 0 0.47 0.51 0.14
HSL 4.86º 0.61% 0.64% -
HSV(B) 4.86º 0.51% 0.86% -
XYZ 38.28 28.87 17.74 -
YUV 146.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 219 117 108 0 0.47 0.51 0.14 4.86 0.61 0.64
Hex DB 75 6C 0 2F 33 E 5 3D 40
Octal 333 165 154 0 57 63 16 5 75 100
Binary 11011011 1110101 1101100 0 101111 110011 1110 101 111101 1000000

Color Harmonies of #DB756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB756C

Black with #DB756C

Text Example


Text Example

White with #DB756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB756C; }

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

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

background-color css

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

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

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

border-color css

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

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

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