Html Css Color HEX #DD736C Geraldine

📋 copy color: '#DD736C'

red 221 ◦ green 115 ◦ blue 108

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

Shades of Geraldine #DD736C

Tints of Geraldine #DD736C

RGB

 RED value IS 221 (86.72% from 255) = 49.77%

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

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

R = 49.77%
G = 25.9%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD736C (or 0xDD736C) is known color: Geraldine. HEX triplet: DD, 73 and 6C. RGB value is (221,115,108). Sum of RGB (Red+Green+Blue) = 221+115+108=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD736C is #228C93. Grayscale: #929292. Windows color (decimal): -2264212 or 7107549. OLE color: 7107549.

HSL color Cylindrical-coordinate representation of color #DD736C: hue angle of 3.72º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD736C is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 115 108 -
CMYK 0 0.48 0.51 0.13
HSL 3.72º 0.62% 0.65% -
HSV(B) 3.72º 0.51% 0.87% -
XYZ 38.66 28.72 17.69 -
YUV 145.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 221 115 108 0 0.48 0.51 0.13 3.72 0.62 0.65
Hex DD 73 6C 0 30 33 D 4 3E 41
Octal 335 163 154 0 60 63 15 4 76 101
Binary 11011101 1110011 1101100 0 110000 110011 1101 100 111110 1000001

Color Harmonies of #DD736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD736C

Black with #DD736C

Text Example


Text Example

White with #DD736C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD736C; }

 p { color: rgb(221,115,108); }

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

background-color css

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

 a { background-color: rgb(221,115,108); }

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

border-color css

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

 span { border-color: rgb(221,115,108); }

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