Html Css Color HEX #DD766C Geraldine

📋 copy color: '#DD766C'

red 221 ◦ green 118 ◦ blue 108

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

Shades of Geraldine #DD766C

Tints of Geraldine #DD766C

RGB

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

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

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

R = 49.44%
G = 26.4%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD766C (or 0xDD766C) is known color: Geraldine. HEX triplet: DD, 76 and 6C. RGB value is (221,118,108). Sum of RGB (Red+Green+Blue) = 221+118+108=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD766C is #228993. Grayscale: #939393. Windows color (decimal): -2263444 or 7108317. OLE color: 7108317.

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

Color convert

RGB 221 118 108 -
CMYK 0 0.47 0.51 0.13
HSL 5.31º 0.62% 0.65% -
HSV(B) 5.31º 0.51% 0.87% -
XYZ 39 29.41 17.81 -
YUV 147.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 221 118 108 0 0.47 0.51 0.13 5.31 0.62 0.65
Hex DD 76 6C 0 2F 33 D 5 3E 41
Octal 335 166 154 0 57 63 15 5 76 101
Binary 11011101 1110110 1101100 0 101111 110011 1101 101 111110 1000001

Color Harmonies of #DD766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD766C

Black with #DD766C

Text Example


Text Example

White with #DD766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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