Html Css Color HEX #DD7A1E Tahiti Gold

📋 copy color: '#DD7A1E'

red 221 ◦ green 122 ◦ blue 30

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

Shades of Tahiti Gold #DD7A1E

Tints of Tahiti Gold #DD7A1E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.71%

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

R = 59.25%
G = 32.71%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD7A1E (or 0xDD7A1E) is known color: Tahiti Gold. HEX triplet: DD, 7A and 1E. RGB value is (221,122,30). Sum of RGB (Red+Green+Blue) = 221+122+30=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7A1E is #2285E1. Grayscale: #8D8D8D. Windows color (decimal): -2262498 or 1997533. OLE color: 1997533.

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

Color convert

RGB 221 122 30 -
CMYK 0 0.45 0.86 0.13
HSL 28.9º 0.76% 0.49% -
HSV(B) 28.9º 0.86% 0.87% -
XYZ 37.01 29.38 4.95 -
YUV 141.11 65.3 184.98 -
System Red Green Blue C M Y K H S L
Decimal 221 122 30 0 0.45 0.86 0.13 28.9 0.76 0.49
Hex DD 7A 1E 0 2D 56 D 1D 4C 31
Octal 335 172 36 0 55 126 15 35 114 61
Binary 11011101 1111010 11110 0 101101 1010110 1101 11101 1001100 110001

Color Harmonies of #DD7A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A1E

Black with #DD7A1E

Text Example


Text Example

White with #DD7A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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