Html Css Color HEX #DD772E Tahiti Gold

📋 copy color: '#DD772E'

red 221 ◦ green 119 ◦ blue 46

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

Shades of Tahiti Gold #DD772E

Tints of Tahiti Gold #DD772E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.83%

 BLUE value IS 46 (18.36% from 255) = 11.92%

R = 57.25%
G = 30.83%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD772E (or 0xDD772E) is known color: Tahiti Gold. HEX triplet: DD, 77 and 2E. RGB value is (221,119,46). Sum of RGB (Red+Green+Blue) = 221+119+46=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD772E is #2288D1. Grayscale: #8D8D8D. Windows color (decimal): -2263250 or 3045341. OLE color: 3045341.

HSL color Cylindrical-coordinate representation of color #DD772E: hue angle of 25.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD772E is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 119 46 -
CMYK 0 0.46 0.79 0.13
HSL 25.03º 0.72% 0.52% -
HSV(B) 25.03º 0.79% 0.87% -
XYZ 36.91 28.76 6.19 -
YUV 141.18 74.29 184.94 -
System Red Green Blue C M Y K H S L
Decimal 221 119 46 0 0.46 0.79 0.13 25.03 0.72 0.52
Hex DD 77 2E 0 2E 4F D 19 48 34
Octal 335 167 56 0 56 117 15 31 110 64
Binary 11011101 1110111 101110 0 101110 1001111 1101 11001 1001000 110100

Color Harmonies of #DD772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD772E

Black with #DD772E

Text Example


Text Example

White with #DD772E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD772E; }

 p { color: rgb(221,119,46); }

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

background-color css

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

 a { background-color: rgb(221,119,46); }

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

border-color css

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

 span { border-color: rgb(221,119,46); }

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