Html Css Color HEX #DD731D Tahiti Gold

📋 copy color: '#DD731D'

red 221 ◦ green 115 ◦ blue 29

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

Shades of Tahiti Gold #DD731D

Tints of Tahiti Gold #DD731D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.51%

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

R = 60.55%
G = 31.51%
B = 7.95%

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

#DD731D (or 0xDD731D) is known color: Tahiti Gold. HEX triplet: DD, 73 and 1D. RGB value is (221,115,29). Sum of RGB (Red+Green+Blue) = 221+115+29=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD731D is #228CE2. Grayscale: #898989. Windows color (decimal): -2264291 or 1930205. OLE color: 1930205.

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

Color convert

RGB 221 115 29 -
CMYK 0 0.48 0.87 0.13
HSL 26.88º 0.77% 0.49% -
HSV(B) 26.88º 0.87% 0.87% -
XYZ 36.17 27.72 4.61 -
YUV 136.89 67.12 187.99 -
System Red Green Blue C M Y K H S L
Decimal 221 115 29 0 0.48 0.87 0.13 26.88 0.77 0.49
Hex DD 73 1D 0 30 57 D 1B 4D 31
Octal 335 163 35 0 60 127 15 33 115 61
Binary 11011101 1110011 11101 0 110000 1010111 1101 11011 1001101 110001

Color Harmonies of #DD731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD731D

Black with #DD731D

Text Example


Text Example

White with #DD731D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD731D; }

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

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

background-color css

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

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

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

border-color css

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

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

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