Html Css Color HEX #DD7D1E Tahiti Gold

📋 copy color: '#DD7D1E'

red 221 ◦ green 125 ◦ blue 30

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

Shades of Tahiti Gold #DD7D1E

Tints of Tahiti Gold #DD7D1E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.24%

 BLUE value IS 30 (12.11% from 255) = 7.98%

R = 58.78%
G = 33.24%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD7D1E (or 0xDD7D1E) is known color: Tahiti Gold. HEX triplet: DD, 7D and 1E. RGB value is (221,125,30). Sum of RGB (Red+Green+Blue) = 221+125+30=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7D1E is #2282E1. Grayscale: #8F8F8F. Windows color (decimal): -2261730 or 1998301. OLE color: 1998301.

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

Color convert

RGB 221 125 30 -
CMYK 0 0.43 0.86 0.13
HSL 29.84º 0.76% 0.49% -
HSV(B) 29.84º 0.86% 0.87% -
XYZ 37.39 30.13 5.07 -
YUV 142.87 64.3 183.72 -
System Red Green Blue C M Y K H S L
Decimal 221 125 30 0 0.43 0.86 0.13 29.84 0.76 0.49
Hex DD 7D 1E 0 2B 56 D 1E 4C 31
Octal 335 175 36 0 53 126 15 36 114 61
Binary 11011101 1111101 11110 0 101011 1010110 1101 11110 1001100 110001

Color Harmonies of #DD7D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D1E

Black with #DD7D1E

Text Example


Text Example

White with #DD7D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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