Html Css Color HEX #DD741F Tahiti Gold

📋 copy color: '#DD741F'

red 221 ◦ green 116 ◦ blue 31

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

Shades of Tahiti Gold #DD741F

Tints of Tahiti Gold #DD741F

RGB

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

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

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

R = 60.05%
G = 31.52%
B = 8.42%

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

#DD741F (or 0xDD741F) is known color: Tahiti Gold. HEX triplet: DD, 74 and 1F. RGB value is (221,116,31). Sum of RGB (Red+Green+Blue) = 221+116+31=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD741F is #228BE0. Grayscale: #8A8A8A. Windows color (decimal): -2264033 or 2061533. OLE color: 2061533.

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

Color convert

RGB 221 116 31 -
CMYK 0 0.48 0.86 0.13
HSL 26.84º 0.75% 0.49% -
HSV(B) 26.84º 0.86% 0.87% -
XYZ 36.31 27.96 4.78 -
YUV 137.71 67.79 187.41 -
System Red Green Blue C M Y K H S L
Decimal 221 116 31 0 0.48 0.86 0.13 26.84 0.75 0.49
Hex DD 74 1F 0 30 56 D 1B 4B 31
Octal 335 164 37 0 60 126 15 33 113 61
Binary 11011101 1110100 11111 0 110000 1010110 1101 11011 1001011 110001

Color Harmonies of #DD741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD741F

Black with #DD741F

Text Example


Text Example

White with #DD741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD741F; }

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

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

background-color css

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

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

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

border-color css

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

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

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