Html Css Color HEX #DC771E Tahiti Gold

📋 copy color: '#DC771E'

red 220 ◦ green 119 ◦ blue 30

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

Shades of Tahiti Gold #DC771E

Tints of Tahiti Gold #DC771E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.13%

R = 59.62%
G = 32.25%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC771E (or 0xDC771E) is known color: Tahiti Gold. HEX triplet: DC, 77 and 1E. RGB value is (220,119,30). Sum of RGB (Red+Green+Blue) = 220+119+30=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC771E is #2388E1. Grayscale: #8B8B8B. Windows color (decimal): -2328802 or 1996764. OLE color: 1996764.

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

Color convert

RGB 220 119 30 -
CMYK 0 0.46 0.86 0.14
HSL 28.11º 0.76% 0.49% -
HSV(B) 28.11º 0.86% 0.86% -
XYZ 36.35 28.5 4.81 -
YUV 139.05 66.46 185.74 -
System Red Green Blue C M Y K H S L
Decimal 220 119 30 0 0.46 0.86 0.14 28.11 0.76 0.49
Hex DC 77 1E 0 2E 56 E 1C 4C 31
Octal 334 167 36 0 56 126 16 34 114 61
Binary 11011100 1110111 11110 0 101110 1010110 1110 11100 1001100 110001

Color Harmonies of #DC771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC771E

Black with #DC771E

Text Example


Text Example

White with #DC771E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC771E; }

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

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

background-color css

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

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

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

border-color css

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

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

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