#DD7C1E

Color #DD7C1E Tahiti Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahiti Gold #DD7C1E

Tints of Tahiti Gold #DD7C1E

Color information

#DD7C1E (or 0xDD7C1E) is unknown color: approx Tahiti Gold. HEX triplet: DD, 7C and 1E. RGB value is (221,124,30). Sum of RGB (Red+Green+Blue) = 221+124+30=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7C1E is #2283E1. Grayscale: #8E8E8E. Windows color (decimal): -2261986 or 1998045. OLE color: 1998045.

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

Color convert

RGB22112430-
CMYK00.440.860.13
HSL29.53º76.1%49.22%-
HSV(B)29.53º86.43%86.67%-
XYZ37.2629.885.03-
YUV142.2964.64184.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.93%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 30 (12.11% from 255) = 8%
R=58.93%
G=33.07%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211243000.440.860.1329.5376.149.22
HexDD7C1E02C56D1e4c31
Octal33517436054126153611461
Binary11011101111110011110010110010101101101111101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7C1E; }

 p { color: rgb(221,124,30); }

 H1.HeaderClassName
 {
   color: #DD7C1E;
 }
 .AnyTagClassName
 {
   color: #DD7C1E;
 }
</style>
background-color css

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

 a { background-color: rgb(221,124,30); }

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

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

 span { border-color: rgb(221,124,30); }

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