Html Css Color HEX #DC771A Tahiti Gold

📋 copy color: '#DC771A'

red 220 ◦ green 119 ◦ blue 26

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

Shades of Tahiti Gold #DC771A

Tints of Tahiti Gold #DC771A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.12%

R = 60.27%
G = 32.6%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC771A (or 0xDC771A) is known color: Tahiti Gold. HEX triplet: DC, 77 and 1A. RGB value is (220,119,26). Sum of RGB (Red+Green+Blue) = 220+119+26=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC771A is #2388E5. Grayscale: #8B8B8B. Windows color (decimal): -2328806 or 1734620. OLE color: 1734620.

HSL color Cylindrical-coordinate representation of color #DC771A: hue angle of 28.76º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC771A is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 119 26 -
CMYK 0 0.46 0.88 0.14
HSL 28.76º 0.79% 0.48% -
HSV(B) 28.76º 0.88% 0.86% -
XYZ 36.3 28.48 4.56 -
YUV 138.6 64.46 186.06 -
System Red Green Blue C M Y K H S L
Decimal 220 119 26 0 0.46 0.88 0.14 28.76 0.79 0.48
Hex DC 77 1A 0 2E 58 E 1D 4F 30
Octal 334 167 32 0 56 130 16 35 117 60
Binary 11011100 1110111 11010 0 101110 1011000 1110 11101 1001111 110000

Color Harmonies of #DC771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC771A

Black with #DC771A

Text Example


Text Example

White with #DC771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC771A; }

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

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

background-color css

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

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

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

border-color css

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

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

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