Html Css Color HEX #DC771D Tahiti Gold

📋 copy color: '#DC771D'

red 220 ◦ green 119 ◦ blue 29

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

Shades of Tahiti Gold #DC771D

Tints of Tahiti Gold #DC771D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.34%

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

R = 59.78%
G = 32.34%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC771D (or 0xDC771D) is known color: Tahiti Gold. HEX triplet: DC, 77 and 1D. RGB value is (220,119,29). Sum of RGB (Red+Green+Blue) = 220+119+29=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC771D is #2388E2. Grayscale: #8B8B8B. Windows color (decimal): -2328803 or 1931228. OLE color: 1931228.

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

Color convert

RGB 220 119 29 -
CMYK 0 0.46 0.87 0.14
HSL 28.27º 0.77% 0.49% -
HSV(B) 28.27º 0.87% 0.86% -
XYZ 36.33 28.5 4.75 -
YUV 138.94 65.96 185.82 -
System Red Green Blue C M Y K H S L
Decimal 220 119 29 0 0.46 0.87 0.14 28.27 0.77 0.49
Hex DC 77 1D 0 2E 57 E 1C 4D 31
Octal 334 167 35 0 56 127 16 34 115 61
Binary 11011100 1110111 11101 0 101110 1010111 1110 11100 1001101 110001

Color Harmonies of #DC771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC771D

Black with #DC771D

Text Example


Text Example

White with #DC771D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC771D; }

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

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

background-color css

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

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

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

border-color css

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

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

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