Html Css Color HEX #DC771B Tahiti Gold

📋 copy color: '#DC771B'

red 220 ◦ green 119 ◦ blue 27

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

Shades of Tahiti Gold #DC771B

Tints of Tahiti Gold #DC771B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.38%

R = 60.11%
G = 32.51%
B = 7.38%

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

#DC771B (or 0xDC771B) is known color: Tahiti Gold. HEX triplet: DC, 77 and 1B. RGB value is (220,119,27). Sum of RGB (Red+Green+Blue) = 220+119+27=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC771B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC771B is #2388E4. Grayscale: #8B8B8B. Windows color (decimal): -2328805 or 1800156. OLE color: 1800156.

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

Color convert

RGB 220 119 27 -
CMYK 0 0.46 0.88 0.14
HSL 28.6º 0.78% 0.48% -
HSV(B) 28.6º 0.88% 0.86% -
XYZ 36.31 28.49 4.62 -
YUV 138.71 64.96 185.98 -
System Red Green Blue C M Y K H S L
Decimal 220 119 27 0 0.46 0.88 0.14 28.6 0.78 0.48
Hex DC 77 1B 0 2E 58 E 1D 4E 30
Octal 334 167 33 0 56 130 16 35 116 60
Binary 11011100 1110111 11011 0 101110 1011000 1110 11101 1001110 110000

Color Harmonies of #DC771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC771B

Black with #DC771B

Text Example


Text Example

White with #DC771B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC771B; }

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

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

background-color css

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

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

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

border-color css

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

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

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