Html Css Color HEX #DD766A Geraldine

📋 copy color: '#DD766A'

red 221 ◦ green 118 ◦ blue 106

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

Shades of Geraldine #DD766A

Tints of Geraldine #DD766A

RGB

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

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

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

R = 49.66%
G = 26.52%
B = 23.82%

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

#DD766A (or 0xDD766A) is known color: Geraldine. HEX triplet: DD, 76 and 6A. RGB value is (221,118,106). Sum of RGB (Red+Green+Blue) = 221+118+106=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD766A is #228995. Grayscale: #939393. Windows color (decimal): -2263446 or 6977245. OLE color: 6977245.

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

Color convert

RGB 221 118 106 -
CMYK 0 0.47 0.52 0.13
HSL 6.26º 0.63% 0.64% -
HSV(B) 6.26º 0.52% 0.87% -
XYZ 38.9 29.37 17.25 -
YUV 147.43 104.62 180.48 -
System Red Green Blue C M Y K H S L
Decimal 221 118 106 0 0.47 0.52 0.13 6.26 0.63 0.64
Hex DD 76 6A 0 2F 34 D 6 3F 40
Octal 335 166 152 0 57 64 15 6 77 100
Binary 11011101 1110110 1101010 0 101111 110100 1101 110 111111 1000000

Color Harmonies of #DD766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD766A

Black with #DD766A

Text Example


Text Example

White with #DD766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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