Html Css Color HEX #DC7731 Tahiti Gold

📋 copy color: '#DC7731'

red 220 ◦ green 119 ◦ blue 49

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

Shades of Tahiti Gold #DC7731

Tints of Tahiti Gold #DC7731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.63%

R = 56.7%
G = 30.67%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC7731 (or 0xDC7731) is known color: Tahiti Gold. HEX triplet: DC, 77 and 31. RGB value is (220,119,49). Sum of RGB (Red+Green+Blue) = 220+119+49=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7731 is #2388CE. Grayscale: #8D8D8D. Windows color (decimal): -2328783 or 3241948. OLE color: 3241948.

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

Color convert

RGB 220 119 49 -
CMYK 0 0.46 0.78 0.14
HSL 24.56º 0.71% 0.53% -
HSV(B) 24.56º 0.78% 0.86% -
XYZ 36.67 28.63 6.5 -
YUV 141.22 75.96 184.19 -
System Red Green Blue C M Y K H S L
Decimal 220 119 49 0 0.46 0.78 0.14 24.56 0.71 0.53
Hex DC 77 31 0 2E 4E E 19 47 35
Octal 334 167 61 0 56 116 16 31 107 65
Binary 11011100 1110111 110001 0 101110 1001110 1110 11001 1000111 110101

Color Harmonies of #DC7731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7731

Black with #DC7731

Text Example


Text Example

White with #DC7731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7731; }

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

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

background-color css

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

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

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

border-color css

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

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

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