Html Css Color HEX #DC781F Tahiti Gold

📋 copy color: '#DC781F'

red 220 ◦ green 120 ◦ blue 31

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

Shades of Tahiti Gold #DC781F

Tints of Tahiti Gold #DC781F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.35%

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

R = 59.3%
G = 32.35%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC781F (or 0xDC781F) is known color: Tahiti Gold. HEX triplet: DC, 78 and 1F. RGB value is (220,120,31). Sum of RGB (Red+Green+Blue) = 220+120+31=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC781F is #2387E0. Grayscale: #8C8C8C. Windows color (decimal): -2328545 or 2062556. OLE color: 2062556.

HSL color Cylindrical-coordinate representation of color #DC781F: hue angle of 28.25º degrees, saturation: 0.75, 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 #DC781F is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 120 31 -
CMYK 0 0.45 0.86 0.14
HSL 28.25º 0.75% 0.49% -
HSV(B) 28.25º 0.86% 0.86% -
XYZ 36.48 28.75 4.92 -
YUV 139.75 66.63 185.24 -
System Red Green Blue C M Y K H S L
Decimal 220 120 31 0 0.45 0.86 0.14 28.25 0.75 0.49
Hex DC 78 1F 0 2D 56 E 1C 4B 31
Octal 334 170 37 0 55 126 16 34 113 61
Binary 11011100 1111000 11111 0 101101 1010110 1110 11100 1001011 110001

Color Harmonies of #DC781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC781F

Black with #DC781F

Text Example


Text Example

White with #DC781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC781F; }

 p { color: rgb(220,120,31); }

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

background-color css

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

 a { background-color: rgb(220,120,31); }

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

border-color css

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

 span { border-color: rgb(220,120,31); }

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