Html Css Color HEX #DC791C Tahiti Gold

📋 copy color: '#DC791C'

red 220 ◦ green 121 ◦ blue 28

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

Shades of Tahiti Gold #DC791C

Tints of Tahiti Gold #DC791C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.79%

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

R = 59.62%
G = 32.79%
B = 7.59%

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

#DC791C (or 0xDC791C) is known color: Tahiti Gold. HEX triplet: DC, 79 and 1C. RGB value is (220,121,28). Sum of RGB (Red+Green+Blue) = 220+121+28=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC791C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC791C is #2386E3. Grayscale: #8C8C8C. Windows color (decimal): -2328292 or 1866204. OLE color: 1866204.

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

Color convert

RGB 220 121 28 -
CMYK 0 0.45 0.87 0.14
HSL 29.06º 0.77% 0.49% -
HSV(B) 29.06º 0.87% 0.86% -
XYZ 36.56 28.97 4.76 -
YUV 140 64.8 185.06 -
System Red Green Blue C M Y K H S L
Decimal 220 121 28 0 0.45 0.87 0.14 29.06 0.77 0.49
Hex DC 79 1C 0 2D 57 E 1D 4D 31
Octal 334 171 34 0 55 127 16 35 115 61
Binary 11011100 1111001 11100 0 101101 1010111 1110 11101 1001101 110001

Color Harmonies of #DC791C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC791C

Black with #DC791C

Text Example


Text Example

White with #DC791C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC791C; }

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

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

background-color css

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

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

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

border-color css

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

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

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