Html Css Color HEX #DD766B Geraldine

📋 copy color: '#DD766B'

red 221 ◦ green 118 ◦ blue 107

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

Shades of Geraldine #DD766B

Tints of Geraldine #DD766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.46%

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

R = 49.55%
G = 26.46%
B = 23.99%

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

#DD766B (or 0xDD766B) is known color: Geraldine. HEX triplet: DD, 76 and 6B. RGB value is (221,118,107). Sum of RGB (Red+Green+Blue) = 221+118+107=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD766B is #228994. Grayscale: #939393. Windows color (decimal): -2263445 or 7042781. OLE color: 7042781.

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

Color convert

RGB 221 118 107 -
CMYK 0 0.47 0.52 0.13
HSL 5.79º 0.63% 0.64% -
HSV(B) 5.79º 0.52% 0.87% -
XYZ 38.95 29.39 17.53 -
YUV 147.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 221 118 107 0 0.47 0.52 0.13 5.79 0.63 0.64
Hex DD 76 6B 0 2F 34 D 6 3F 40
Octal 335 166 153 0 57 64 15 6 77 100
Binary 11011101 1110110 1101011 0 101111 110100 1101 110 111111 1000000

Color Harmonies of #DD766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD766B

Black with #DD766B

Text Example


Text Example

White with #DD766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD766B; }

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

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

background-color css

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

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

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

border-color css

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

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

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