Html Css Color HEX #DD736B Geraldine

📋 copy color: '#DD736B'

red 221 ◦ green 115 ◦ blue 107

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

Shades of Geraldine #DD736B

Tints of Geraldine #DD736B

RGB

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

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

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

R = 49.89%
G = 25.96%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD736B (or 0xDD736B) is known color: Geraldine. HEX triplet: DD, 73 and 6B. RGB value is (221,115,107). Sum of RGB (Red+Green+Blue) = 221+115+107=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD736B is #228C94. Grayscale: #919191. Windows color (decimal): -2264213 or 7042013. OLE color: 7042013.

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

Color convert

RGB 221 115 107 -
CMYK 0 0.48 0.52 0.13
HSL 4.21º 0.63% 0.64% -
HSV(B) 4.21º 0.52% 0.87% -
XYZ 38.6 28.7 17.41 -
YUV 145.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 221 115 107 0 0.48 0.52 0.13 4.21 0.63 0.64
Hex DD 73 6B 0 30 34 D 4 3F 40
Octal 335 163 153 0 60 64 15 4 77 100
Binary 11011101 1110011 1101011 0 110000 110100 1101 100 111111 1000000

Color Harmonies of #DD736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD736B

Black with #DD736B

Text Example


Text Example

White with #DD736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD736B; }

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

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

background-color css

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

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

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

border-color css

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

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

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