Html Css Color HEX #DC781C Tahiti Gold

📋 copy color: '#DC781C'

red 220 ◦ green 120 ◦ blue 28

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

Shades of Tahiti Gold #DC781C

Tints of Tahiti Gold #DC781C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.61%

R = 59.78%
G = 32.61%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC781C (or 0xDC781C) is known color: Tahiti Gold. HEX triplet: DC, 78 and 1C. RGB value is (220,120,28). Sum of RGB (Red+Green+Blue) = 220+120+28=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC781C is #2387E3. Grayscale: #8B8B8B. Windows color (decimal): -2328548 or 1865948. OLE color: 1865948.

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

Color convert

RGB 220 120 28 -
CMYK 0 0.45 0.87 0.14
HSL 28.75º 0.77% 0.49% -
HSV(B) 28.75º 0.87% 0.86% -
XYZ 36.44 28.73 4.72 -
YUV 139.41 65.13 185.48 -
System Red Green Blue C M Y K H S L
Decimal 220 120 28 0 0.45 0.87 0.14 28.75 0.77 0.49
Hex DC 78 1C 0 2D 57 E 1D 4D 31
Octal 334 170 34 0 55 127 16 35 115 61
Binary 11011100 1111000 11100 0 101101 1010111 1110 11101 1001101 110001

Color Harmonies of #DC781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC781C

Black with #DC781C

Text Example


Text Example

White with #DC781C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC781C; }

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

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

background-color css

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

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

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

border-color css

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

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

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