Html Css Color HEX #DD731F Tahiti Gold

📋 copy color: '#DD731F'

red 221 ◦ green 115 ◦ blue 31

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

Shades of Tahiti Gold #DD731F

Tints of Tahiti Gold #DD731F

RGB

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

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

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

R = 60.22%
G = 31.34%
B = 8.45%

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

#DD731F (or 0xDD731F) is known color: Tahiti Gold. HEX triplet: DD, 73 and 1F. RGB value is (221,115,31). Sum of RGB (Red+Green+Blue) = 221+115+31=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD731F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD731F is #228CE0. Grayscale: #898989. Windows color (decimal): -2264289 or 2061277. OLE color: 2061277.

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

Color convert

RGB 221 115 31 -
CMYK 0 0.48 0.86 0.13
HSL 26.53º 0.75% 0.49% -
HSV(B) 26.53º 0.86% 0.87% -
XYZ 36.2 27.73 4.74 -
YUV 137.12 68.12 187.83 -
System Red Green Blue C M Y K H S L
Decimal 221 115 31 0 0.48 0.86 0.13 26.53 0.75 0.49
Hex DD 73 1F 0 30 56 D 1B 4B 31
Octal 335 163 37 0 60 126 15 33 113 61
Binary 11011101 1110011 11111 0 110000 1010110 1101 11011 1001011 110001

Color Harmonies of #DD731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD731F

Black with #DD731F

Text Example


Text Example

White with #DD731F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD731F; }

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

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

background-color css

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

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

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

border-color css

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

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

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