Html Css Color HEX #DD736A Geraldine

📋 copy color: '#DD736A'

red 221 ◦ green 115 ◦ blue 106

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

Shades of Geraldine #DD736A

Tints of Geraldine #DD736A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.98%

R = 50%
G = 26.02%
B = 23.98%

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

#DD736A (or 0xDD736A) is known color: Geraldine. HEX triplet: DD, 73 and 6A. RGB value is (221,115,106). Sum of RGB (Red+Green+Blue) = 221+115+106=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD736A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD736A is #228C95. Grayscale: #919191. Windows color (decimal): -2264214 or 6976477. OLE color: 6976477.

HSL color Cylindrical-coordinate representation of color #DD736A: hue angle of 4.7º 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 #DD736A is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 115 106 -
CMYK 0 0.48 0.52 0.13
HSL 4.7º 0.63% 0.64% -
HSV(B) 4.7º 0.52% 0.87% -
XYZ 38.55 28.67 17.14 -
YUV 145.67 105.62 181.73 -
System Red Green Blue C M Y K H S L
Decimal 221 115 106 0 0.48 0.52 0.13 4.7 0.63 0.64
Hex DD 73 6A 0 30 34 D 5 3F 40
Octal 335 163 152 0 60 64 15 5 77 100
Binary 11011101 1110011 1101010 0 110000 110100 1101 101 111111 1000000

Color Harmonies of #DD736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD736A

Black with #DD736A

Text Example


Text Example

White with #DD736A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD736A; }

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

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

background-color css

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

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

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

border-color css

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

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

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