Html Css Color HEX #DD701F Tahiti Gold

📋 copy color: '#DD701F'

red 221 ◦ green 112 ◦ blue 31

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

Shades of Tahiti Gold #DD701F

Tints of Tahiti Gold #DD701F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.77%

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

R = 60.71%
G = 30.77%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD701F (or 0xDD701F) is known color: Tahiti Gold. HEX triplet: DD, 70 and 1F. RGB value is (221,112,31). Sum of RGB (Red+Green+Blue) = 221+112+31=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD701F is #228FE0. Grayscale: #878787. Windows color (decimal): -2265057 or 2060509. OLE color: 2060509.

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

Color convert

RGB 221 112 31 -
CMYK 0 0.49 0.86 0.13
HSL 25.58º 0.75% 0.49% -
HSV(B) 25.58º 0.86% 0.87% -
XYZ 35.86 27.06 4.63 -
YUV 135.36 69.11 189.09 -
System Red Green Blue C M Y K H S L
Decimal 221 112 31 0 0.49 0.86 0.13 25.58 0.75 0.49
Hex DD 70 1F 0 31 56 D 1A 4B 31
Octal 335 160 37 0 61 126 15 32 113 61
Binary 11011101 1110000 11111 0 110001 1010110 1101 11010 1001011 110001

Color Harmonies of #DD701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD701F

Black with #DD701F

Text Example


Text Example

White with #DD701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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