Html Css Color HEX #DD756A Geraldine

📋 copy color: '#DD756A'

red 221 ◦ green 117 ◦ blue 106

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

Shades of Geraldine #DD756A

Tints of Geraldine #DD756A

RGB

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

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

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

R = 49.77%
G = 26.35%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD756A (or 0xDD756A) is known color: Geraldine. HEX triplet: DD, 75 and 6A. RGB value is (221,117,106). Sum of RGB (Red+Green+Blue) = 221+117+106=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD756A is #228A95. Grayscale: #929292. Windows color (decimal): -2263702 or 6976989. OLE color: 6976989.

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

Color convert

RGB 221 117 106 -
CMYK 0 0.47 0.52 0.13
HSL 5.74º 0.63% 0.64% -
HSV(B) 5.74º 0.52% 0.87% -
XYZ 38.78 29.14 17.22 -
YUV 146.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 221 117 106 0 0.47 0.52 0.13 5.74 0.63 0.64
Hex DD 75 6A 0 2F 34 D 6 3F 40
Octal 335 165 152 0 57 64 15 6 77 100
Binary 11011101 1110101 1101010 0 101111 110100 1101 110 111111 1000000

Color Harmonies of #DD756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD756A

Black with #DD756A

Text Example


Text Example

White with #DD756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD756A; }

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

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

background-color css

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

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

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

border-color css

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

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

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