Html Css Color HEX #DC7531 Tahiti Gold

📋 copy color: '#DC7531'

red 220 ◦ green 117 ◦ blue 49

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

Shades of Tahiti Gold #DC7531

Tints of Tahiti Gold #DC7531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.31%

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

R = 56.99%
G = 30.31%
B = 12.69%

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

#DC7531 (or 0xDC7531) is known color: Tahiti Gold. HEX triplet: DC, 75 and 31. RGB value is (220,117,49). Sum of RGB (Red+Green+Blue) = 220+117+49=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7531 is #238ACE. Grayscale: #8C8C8C. Windows color (decimal): -2329295 or 3241436. OLE color: 3241436.

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

Color convert

RGB 220 117 49 -
CMYK 0 0.47 0.78 0.14
HSL 23.86º 0.71% 0.53% -
HSV(B) 23.86º 0.78% 0.86% -
XYZ 36.43 28.16 6.42 -
YUV 140.05 76.62 185.03 -
System Red Green Blue C M Y K H S L
Decimal 220 117 49 0 0.47 0.78 0.14 23.86 0.71 0.53
Hex DC 75 31 0 2F 4E E 18 47 35
Octal 334 165 61 0 57 116 16 30 107 65
Binary 11011100 1110101 110001 0 101111 1001110 1110 11000 1000111 110101

Color Harmonies of #DC7531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7531

Black with #DC7531

Text Example


Text Example

White with #DC7531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7531; }

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

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

background-color css

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

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

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

border-color css

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

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

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