Html Css Color HEX #DC721E Tahiti Gold

📋 copy color: '#DC721E'

red 220 ◦ green 114 ◦ blue 30

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

Shades of Tahiti Gold #DC721E

Tints of Tahiti Gold #DC721E

RGB

 RED value IS 220 (86.33% from 255) = 60.44%

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

 BLUE value IS 30 (12.11% from 255) = 8.24%

R = 60.44%
G = 31.32%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC721E (or 0xDC721E) is known color: Tahiti Gold. HEX triplet: DC, 72 and 1E. RGB value is (220,114,30). Sum of RGB (Red+Green+Blue) = 220+114+30=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC721E is #238DE1. Grayscale: #888888. Windows color (decimal): -2330082 or 1995484. OLE color: 1995484.

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

Color convert

RGB 220 114 30 -
CMYK 0 0.48 0.86 0.14
HSL 26.53º 0.76% 0.49% -
HSV(B) 26.53º 0.86% 0.86% -
XYZ 35.77 27.34 4.62 -
YUV 136.12 68.12 187.83 -
System Red Green Blue C M Y K H S L
Decimal 220 114 30 0 0.48 0.86 0.14 26.53 0.76 0.49
Hex DC 72 1E 0 30 56 E 1B 4C 31
Octal 334 162 36 0 60 126 16 33 114 61
Binary 11011100 1110010 11110 0 110000 1010110 1110 11011 1001100 110001

Color Harmonies of #DC721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC721E

Black with #DC721E

Text Example


Text Example

White with #DC721E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC721E; }

 p { color: rgb(220,114,30); }

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

background-color css

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

 a { background-color: rgb(220,114,30); }

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

border-color css

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

 span { border-color: rgb(220,114,30); }

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