Html Css Color HEX #DD721F Tahiti Gold

📋 copy color: '#DD721F'

red 221 ◦ green 114 ◦ blue 31

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

Shades of Tahiti Gold #DD721F

Tints of Tahiti Gold #DD721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.15%

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

R = 60.38%
G = 31.15%
B = 8.47%

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

#DD721F (or 0xDD721F) is known color: Tahiti Gold. HEX triplet: DD, 72 and 1F. RGB value is (221,114,31). Sum of RGB (Red+Green+Blue) = 221+114+31=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD721F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD721F is #228DE0. Grayscale: #888888. Windows color (decimal): -2264545 or 2061021. OLE color: 2061021.

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

Color convert

RGB 221 114 31 -
CMYK 0 0.48 0.86 0.13
HSL 26.21º 0.75% 0.49% -
HSV(B) 26.21º 0.86% 0.87% -
XYZ 36.08 27.51 4.7 -
YUV 136.53 68.45 188.25 -
System Red Green Blue C M Y K H S L
Decimal 221 114 31 0 0.48 0.86 0.13 26.21 0.75 0.49
Hex DD 72 1F 0 30 56 D 1A 4B 31
Octal 335 162 37 0 60 126 15 32 113 61
Binary 11011101 1110010 11111 0 110000 1010110 1101 11010 1001011 110001

Color Harmonies of #DD721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD721F

Black with #DD721F

Text Example


Text Example

White with #DD721F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD721F; }

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

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

background-color css

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

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

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

border-color css

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

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

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