Html Css Color HEX #DD771E Tahiti Gold

📋 copy color: '#DD771E'

red 221 ◦ green 119 ◦ blue 30

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

Shades of Tahiti Gold #DD771E

Tints of Tahiti Gold #DD771E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.11%

R = 59.73%
G = 32.16%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD771E (or 0xDD771E) is known color: Tahiti Gold. HEX triplet: DD, 77 and 1E. RGB value is (221,119,30). Sum of RGB (Red+Green+Blue) = 221+119+30=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 30 (12.11% from 255 or 8.11% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD771E is #2288E1. Grayscale: #8B8B8B. Windows color (decimal): -2263266 or 1996765. OLE color: 1996765.

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

Color convert

RGB 221 119 30 -
CMYK 0 0.46 0.86 0.13
HSL 27.96º 0.76% 0.49% -
HSV(B) 27.96º 0.86% 0.87% -
XYZ 36.65 28.66 4.83 -
YUV 139.35 66.29 186.24 -
System Red Green Blue C M Y K H S L
Decimal 221 119 30 0 0.46 0.86 0.13 27.96 0.76 0.49
Hex DD 77 1E 0 2E 56 D 1C 4C 31
Octal 335 167 36 0 56 126 15 34 114 61
Binary 11011101 1110111 11110 0 101110 1010110 1101 11100 1001100 110001

Color Harmonies of #DD771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD771E

Black with #DD771E

Text Example


Text Example

White with #DD771E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD771E; }

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

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

background-color css

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

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

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

border-color css

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

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

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