Html Css Color HEX #DC772E Tahiti Gold

📋 copy color: '#DC772E'

red 220 ◦ green 119 ◦ blue 46

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

Shades of Tahiti Gold #DC772E

Tints of Tahiti Gold #DC772E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.95%

R = 57.14%
G = 30.91%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC772E (or 0xDC772E) is known color: Tahiti Gold. HEX triplet: DC, 77 and 2E. RGB value is (220,119,46). Sum of RGB (Red+Green+Blue) = 220+119+46=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC772E is #2388D1. Grayscale: #8D8D8D. Windows color (decimal): -2328786 or 3045340. OLE color: 3045340.

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

Color convert

RGB 220 119 46 -
CMYK 0 0.46 0.79 0.14
HSL 25.17º 0.71% 0.52% -
HSV(B) 25.17º 0.79% 0.86% -
XYZ 36.61 28.61 6.18 -
YUV 140.88 74.46 184.44 -
System Red Green Blue C M Y K H S L
Decimal 220 119 46 0 0.46 0.79 0.14 25.17 0.71 0.52
Hex DC 77 2E 0 2E 4F E 19 47 34
Octal 334 167 56 0 56 117 16 31 107 64
Binary 11011100 1110111 101110 0 101110 1001111 1110 11001 1000111 110100

Color Harmonies of #DC772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC772E

Black with #DC772E

Text Example


Text Example

White with #DC772E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC772E; }

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

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

background-color css

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

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

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

border-color css

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

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

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