Html Css Color HEX #DC761A Tahiti Gold

📋 copy color: '#DC761A'

red 220 ◦ green 118 ◦ blue 26

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

Shades of Tahiti Gold #DC761A

Tints of Tahiti Gold #DC761A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.42%

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

R = 60.44%
G = 32.42%
B = 7.14%

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

#DC761A (or 0xDC761A) is known color: Tahiti Gold. HEX triplet: DC, 76 and 1A. RGB value is (220,118,26). Sum of RGB (Red+Green+Blue) = 220+118+26=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC761A is #2389E5. Grayscale: #8A8A8A. Windows color (decimal): -2329062 or 1734364. OLE color: 1734364.

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

Color convert

RGB 220 118 26 -
CMYK 0 0.46 0.88 0.14
HSL 28.45º 0.79% 0.48% -
HSV(B) 28.45º 0.88% 0.86% -
XYZ 36.18 28.25 4.52 -
YUV 138.01 64.79 186.48 -
System Red Green Blue C M Y K H S L
Decimal 220 118 26 0 0.46 0.88 0.14 28.45 0.79 0.48
Hex DC 76 1A 0 2E 58 E 1C 4F 30
Octal 334 166 32 0 56 130 16 34 117 60
Binary 11011100 1110110 11010 0 101110 1011000 1110 11100 1001111 110000

Color Harmonies of #DC761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC761A

Black with #DC761A

Text Example


Text Example

White with #DC761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC761A; }

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

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

background-color css

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

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

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

border-color css

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

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

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