Html Css Color HEX #DD771F Tahiti Gold

📋 copy color: '#DD771F'

red 221 ◦ green 119 ◦ blue 31

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

Shades of Tahiti Gold #DD771F

Tints of Tahiti Gold #DD771F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.36%

R = 59.57%
G = 32.08%
B = 8.36%

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

#DD771F (or 0xDD771F) is known color: Tahiti Gold. HEX triplet: DD, 77 and 1F. RGB value is (221,119,31). Sum of RGB (Red+Green+Blue) = 221+119+31=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD771F is #2288E0. Grayscale: #8B8B8B. Windows color (decimal): -2263265 or 2062301. OLE color: 2062301.

HSL color Cylindrical-coordinate representation of color #DD771F: hue angle of 27.79º degrees, saturation: 0.75, 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 #DD771F is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 119 31 -
CMYK 0 0.46 0.86 0.13
HSL 27.79º 0.75% 0.49% -
HSV(B) 27.79º 0.86% 0.87% -
XYZ 36.66 28.66 4.9 -
YUV 139.47 66.79 186.16 -
System Red Green Blue C M Y K H S L
Decimal 221 119 31 0 0.46 0.86 0.13 27.79 0.75 0.49
Hex DD 77 1F 0 2E 56 D 1C 4B 31
Octal 335 167 37 0 56 126 15 34 113 61
Binary 11011101 1110111 11111 0 101110 1010110 1101 11100 1001011 110001

Color Harmonies of #DD771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD771F

Black with #DD771F

Text Example


Text Example

White with #DD771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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