Html Css Color HEX #DD741D Tahiti Gold

📋 copy color: '#DD741D'

red 221 ◦ green 116 ◦ blue 29

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

Shades of Tahiti Gold #DD741D

Tints of Tahiti Gold #DD741D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.92%

R = 60.38%
G = 31.69%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD741D (or 0xDD741D) is known color: Tahiti Gold. HEX triplet: DD, 74 and 1D. RGB value is (221,116,29). Sum of RGB (Red+Green+Blue) = 221+116+29=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD741D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD741D is #228BE2. Grayscale: #898989. Windows color (decimal): -2264035 or 1930461. OLE color: 1930461.

HSL color Cylindrical-coordinate representation of color #DD741D: hue angle of 27.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD741D is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 116 29 -
CMYK 0 0.48 0.87 0.13
HSL 27.19º 0.77% 0.49% -
HSV(B) 27.19º 0.87% 0.87% -
XYZ 36.29 27.95 4.65 -
YUV 137.48 66.79 187.57 -
System Red Green Blue C M Y K H S L
Decimal 221 116 29 0 0.48 0.87 0.13 27.19 0.77 0.49
Hex DD 74 1D 0 30 57 D 1B 4D 31
Octal 335 164 35 0 60 127 15 33 115 61
Binary 11011101 1110100 11101 0 110000 1010111 1101 11011 1001101 110001

Color Harmonies of #DD741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD741D

Black with #DD741D

Text Example


Text Example

White with #DD741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD741D; }

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

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

background-color css

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

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

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

border-color css

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

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

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