Html Css Color HEX #DD772F Tahiti Gold

📋 copy color: '#DD772F'

red 221 ◦ green 119 ◦ blue 47

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

Shades of Tahiti Gold #DD772F

Tints of Tahiti Gold #DD772F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.14%

R = 57.11%
G = 30.75%
B = 12.14%

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

#DD772F (or 0xDD772F) is known color: Tahiti Gold. HEX triplet: DD, 77 and 2F. RGB value is (221,119,47). Sum of RGB (Red+Green+Blue) = 221+119+47=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD772F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD772F is #2288D0. Grayscale: #8D8D8D. Windows color (decimal): -2263249 or 3110877. OLE color: 3110877.

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

Color convert

RGB 221 119 47 -
CMYK 0 0.46 0.79 0.13
HSL 24.83º 0.72% 0.53% -
HSV(B) 24.83º 0.79% 0.87% -
XYZ 36.93 28.77 6.3 -
YUV 141.29 74.79 184.85 -
System Red Green Blue C M Y K H S L
Decimal 221 119 47 0 0.46 0.79 0.13 24.83 0.72 0.53
Hex DD 77 2F 0 2E 4F D 19 48 35
Octal 335 167 57 0 56 117 15 31 110 65
Binary 11011101 1110111 101111 0 101110 1001111 1101 11001 1001000 110101

Color Harmonies of #DD772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD772F

Black with #DD772F

Text Example


Text Example

White with #DD772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD772F; }

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

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

background-color css

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

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

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

border-color css

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

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

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