Html Css Color HEX #DD7820 Tahiti Gold

📋 copy color: '#DD7820'

red 221 ◦ green 120 ◦ blue 32

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

Shades of Tahiti Gold #DD7820

Tints of Tahiti Gold #DD7820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.58%

R = 59.25%
G = 32.17%
B = 8.58%

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

#DD7820 (or 0xDD7820) is known color: Tahiti Gold. HEX triplet: DD, 78 and 20. RGB value is (221,120,32). Sum of RGB (Red+Green+Blue) = 221+120+32=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7820 is #2287DF. Grayscale: #8C8C8C. Windows color (decimal): -2263008 or 2128093. OLE color: 2128093.

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

Color convert

RGB 221 120 32 -
CMYK 0 0.46 0.86 0.13
HSL 27.94º 0.75% 0.5% -
HSV(B) 27.94º 0.86% 0.87% -
XYZ 36.8 28.91 5.01 -
YUV 140.17 66.96 185.66 -
System Red Green Blue C M Y K H S L
Decimal 221 120 32 0 0.46 0.86 0.13 27.94 0.75 0.5
Hex DD 78 20 0 2E 56 D 1C 4B 32
Octal 335 170 40 0 56 126 15 34 113 62
Binary 11011101 1111000 100000 0 101110 1010110 1101 11100 1001011 110010

Color Harmonies of #DD7820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7820

Black with #DD7820

Text Example


Text Example

White with #DD7820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7820; }

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

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

background-color css

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

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

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

border-color css

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

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

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