Html Css Color HEX #DC7431 Tahiti Gold

📋 copy color: '#DC7431'

red 220 ◦ green 116 ◦ blue 49

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

Shades of Tahiti Gold #DC7431

Tints of Tahiti Gold #DC7431

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.13%

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

R = 57.14%
G = 30.13%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC7431 (or 0xDC7431) is known color: Tahiti Gold. HEX triplet: DC, 74 and 31. RGB value is (220,116,49). Sum of RGB (Red+Green+Blue) = 220+116+49=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7431 is #238BCE. Grayscale: #8B8B8B. Windows color (decimal): -2329551 or 3241180. OLE color: 3241180.

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

Color convert

RGB 220 116 49 -
CMYK 0 0.47 0.78 0.14
HSL 23.51º 0.71% 0.53% -
HSV(B) 23.51º 0.78% 0.86% -
XYZ 36.31 27.93 6.38 -
YUV 139.46 76.96 185.45 -
System Red Green Blue C M Y K H S L
Decimal 220 116 49 0 0.47 0.78 0.14 23.51 0.71 0.53
Hex DC 74 31 0 2F 4E E 18 47 35
Octal 334 164 61 0 57 116 16 30 107 65
Binary 11011100 1110100 110001 0 101111 1001110 1110 11000 1000111 110101

Color Harmonies of #DC7431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7431

Black with #DC7431

Text Example


Text Example

White with #DC7431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7431; }

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

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

background-color css

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

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

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

border-color css

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

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

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