Html Css Color HEX #DD791D Tahiti Gold

📋 copy color: '#DD791D'

red 221 ◦ green 121 ◦ blue 29

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

Shades of Tahiti Gold #DD791D

Tints of Tahiti Gold #DD791D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.61%

 BLUE value IS 29 (11.72% from 255) = 7.82%

R = 59.57%
G = 32.61%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD791D (or 0xDD791D) is known color: Tahiti Gold. HEX triplet: DD, 79 and 1D. RGB value is (221,121,29). Sum of RGB (Red+Green+Blue) = 221+121+29=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD791D is #2286E2. Grayscale: #8C8C8C. Windows color (decimal): -2262755 or 1931741. OLE color: 1931741.

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

Color convert

RGB 221 121 29 -
CMYK 0 0.45 0.87 0.13
HSL 28.75º 0.77% 0.49% -
HSV(B) 28.75º 0.87% 0.87% -
XYZ 36.88 29.14 4.84 -
YUV 140.41 65.13 185.48 -
System Red Green Blue C M Y K H S L
Decimal 221 121 29 0 0.45 0.87 0.13 28.75 0.77 0.49
Hex DD 79 1D 0 2D 57 D 1D 4D 31
Octal 335 171 35 0 55 127 15 35 115 61
Binary 11011101 1111001 11101 0 101101 1010111 1101 11101 1001101 110001

Color Harmonies of #DD791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD791D

Black with #DD791D

Text Example


Text Example

White with #DD791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD791D; }

 p { color: rgb(221,121,29); }

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

background-color css

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

 a { background-color: rgb(221,121,29); }

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

border-color css

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

 span { border-color: rgb(221,121,29); }

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