Html Css Color HEX #DD741E Tahiti Gold

📋 copy color: '#DD741E'

red 221 ◦ green 116 ◦ blue 30

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

Shades of Tahiti Gold #DD741E

Tints of Tahiti Gold #DD741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.61%

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

R = 60.22%
G = 31.61%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD741E (or 0xDD741E) is known color: Tahiti Gold. HEX triplet: DD, 74 and 1E. RGB value is (221,116,30). Sum of RGB (Red+Green+Blue) = 221+116+30=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD741E is #228BE1. Grayscale: #8A8A8A. Windows color (decimal): -2264034 or 1995997. OLE color: 1995997.

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

Color convert

RGB 221 116 30 -
CMYK 0 0.48 0.86 0.13
HSL 27.02º 0.76% 0.49% -
HSV(B) 27.02º 0.86% 0.87% -
XYZ 36.3 27.96 4.71 -
YUV 137.59 67.29 187.49 -
System Red Green Blue C M Y K H S L
Decimal 221 116 30 0 0.48 0.86 0.13 27.02 0.76 0.49
Hex DD 74 1E 0 30 56 D 1B 4C 31
Octal 335 164 36 0 60 126 15 33 114 61
Binary 11011101 1110100 11110 0 110000 1010110 1101 11011 1001100 110001

Color Harmonies of #DD741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD741E

Black with #DD741E

Text Example


Text Example

White with #DD741E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD741E; }

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

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

background-color css

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

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

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

border-color css

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

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

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