Html Css Color HEX #DD741B Tahiti Gold

📋 copy color: '#DD741B'

red 221 ◦ green 116 ◦ blue 27

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

Shades of Tahiti Gold #DD741B

Tints of Tahiti Gold #DD741B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.42%

R = 60.71%
G = 31.87%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD741B (or 0xDD741B) is known color: Tahiti Gold. HEX triplet: DD, 74 and 1B. RGB value is (221,116,27). Sum of RGB (Red+Green+Blue) = 221+116+27=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD741B is #228BE4. Grayscale: #898989. Windows color (decimal): -2264037 or 1799389. OLE color: 1799389.

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

Color convert

RGB 221 116 27 -
CMYK 0 0.48 0.88 0.13
HSL 27.53º 0.78% 0.49% -
HSV(B) 27.53º 0.88% 0.87% -
XYZ 36.26 27.94 4.52 -
YUV 137.25 65.79 187.74 -
System Red Green Blue C M Y K H S L
Decimal 221 116 27 0 0.48 0.88 0.13 27.53 0.78 0.49
Hex DD 74 1B 0 30 58 D 1C 4E 31
Octal 335 164 33 0 60 130 15 34 116 61
Binary 11011101 1110100 11011 0 110000 1011000 1101 11100 1001110 110001

Color Harmonies of #DD741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD741B

Black with #DD741B

Text Example


Text Example

White with #DD741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD741B; }

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

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

background-color css

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

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

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

border-color css

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

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

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