Html Css Color HEX #DD7A1F Tahiti Gold

📋 copy color: '#DD7A1F'

red 221 ◦ green 122 ◦ blue 31

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

Shades of Tahiti Gold #DD7A1F

Tints of Tahiti Gold #DD7A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.29%

R = 59.09%
G = 32.62%
B = 8.29%

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

#DD7A1F (or 0xDD7A1F) is known color: Tahiti Gold. HEX triplet: DD, 7A and 1F. RGB value is (221,122,31). Sum of RGB (Red+Green+Blue) = 221+122+31=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7A1F is #2285E0. Grayscale: #8D8D8D. Windows color (decimal): -2262497 or 2063069. OLE color: 2063069.

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

Color convert

RGB 221 122 31 -
CMYK 0 0.45 0.86 0.13
HSL 28.74º 0.75% 0.49% -
HSV(B) 28.74º 0.86% 0.87% -
XYZ 37.03 29.39 5.02 -
YUV 141.23 65.8 184.9 -
System Red Green Blue C M Y K H S L
Decimal 221 122 31 0 0.45 0.86 0.13 28.74 0.75 0.49
Hex DD 7A 1F 0 2D 56 D 1D 4B 31
Octal 335 172 37 0 55 126 15 35 113 61
Binary 11011101 1111010 11111 0 101101 1010110 1101 11101 1001011 110001

Color Harmonies of #DD7A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A1F

Black with #DD7A1F

Text Example


Text Example

White with #DD7A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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