Html Css Color HEX #DD711E Tahiti Gold

📋 copy color: '#DD711E'

red 221 ◦ green 113 ◦ blue 30

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

Shades of Tahiti Gold #DD711E

Tints of Tahiti Gold #DD711E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.04%

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

R = 60.71%
G = 31.04%
B = 8.24%

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

#DD711E (or 0xDD711E) is known color: Tahiti Gold. HEX triplet: DD, 71 and 1E. RGB value is (221,113,30). Sum of RGB (Red+Green+Blue) = 221+113+30=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD711E is #228EE1. Grayscale: #888888. Windows color (decimal): -2264802 or 1995229. OLE color: 1995229.

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

Color convert

RGB 221 113 30 -
CMYK 0 0.49 0.86 0.13
HSL 26.07º 0.76% 0.49% -
HSV(B) 26.07º 0.86% 0.87% -
XYZ 35.96 27.28 4.6 -
YUV 135.83 68.28 188.75 -
System Red Green Blue C M Y K H S L
Decimal 221 113 30 0 0.49 0.86 0.13 26.07 0.76 0.49
Hex DD 71 1E 0 31 56 D 1A 4C 31
Octal 335 161 36 0 61 126 15 32 114 61
Binary 11011101 1110001 11110 0 110001 1010110 1101 11010 1001100 110001

Color Harmonies of #DD711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD711E

Black with #DD711E

Text Example


Text Example

White with #DD711E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD711E; }

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

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

background-color css

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

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

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

border-color css

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

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

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