Html Css Color HEX #DD7831 Tahiti Gold

📋 copy color: '#DD7831'

red 221 ◦ green 120 ◦ blue 49

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

Shades of Tahiti Gold #DD7831

Tints of Tahiti Gold #DD7831

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.77%

 BLUE value IS 49 (19.53% from 255) = 12.56%

R = 56.67%
G = 30.77%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD7831 (or 0xDD7831) is known color: Tahiti Gold. HEX triplet: DD, 78 and 31. RGB value is (221,120,49). Sum of RGB (Red+Green+Blue) = 221+120+49=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7831 is #2287CE. Grayscale: #8E8E8E. Windows color (decimal): -2262991 or 3242205. OLE color: 3242205.

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

Color convert

RGB 221 120 49 -
CMYK 0 0.46 0.78 0.13
HSL 24.77º 0.72% 0.53% -
HSV(B) 24.77º 0.78% 0.87% -
XYZ 37.09 29.03 6.55 -
YUV 142.11 75.46 184.27 -
System Red Green Blue C M Y K H S L
Decimal 221 120 49 0 0.46 0.78 0.13 24.77 0.72 0.53
Hex DD 78 31 0 2E 4E D 19 48 35
Octal 335 170 61 0 56 116 15 31 110 65
Binary 11011101 1111000 110001 0 101110 1001110 1101 11001 1001000 110101

Color Harmonies of #DD7831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7831

Black with #DD7831

Text Example


Text Example

White with #DD7831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7831; }

 p { color: rgb(221,120,49); }

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

background-color css

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

 a { background-color: rgb(221,120,49); }

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

border-color css

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

 span { border-color: rgb(221,120,49); }

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