Html Css Color HEX #DC791D Tahiti Gold

📋 copy color: '#DC791D'

red 220 ◦ green 121 ◦ blue 29

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

Shades of Tahiti Gold #DC791D

Tints of Tahiti Gold #DC791D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.84%

R = 59.46%
G = 32.7%
B = 7.84%

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

#DC791D (or 0xDC791D) is known color: Tahiti Gold. HEX triplet: DC, 79 and 1D. RGB value is (220,121,29). Sum of RGB (Red+Green+Blue) = 220+121+29=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC791D is #2386E2. Grayscale: #8C8C8C. Windows color (decimal): -2328291 or 1931740. OLE color: 1931740.

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

Color convert

RGB 220 121 29 -
CMYK 0 0.45 0.87 0.14
HSL 28.9º 0.77% 0.49% -
HSV(B) 28.9º 0.87% 0.86% -
XYZ 36.57 28.98 4.83 -
YUV 140.11 65.3 184.98 -
System Red Green Blue C M Y K H S L
Decimal 220 121 29 0 0.45 0.87 0.14 28.9 0.77 0.49
Hex DC 79 1D 0 2D 57 E 1D 4D 31
Octal 334 171 35 0 55 127 16 35 115 61
Binary 11011100 1111001 11101 0 101101 1010111 1110 11101 1001101 110001

Color Harmonies of #DC791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC791D

Black with #DC791D

Text Example


Text Example

White with #DC791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC791D; }

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

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

background-color css

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

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

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

border-color css

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

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

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