Html Css Color HEX #DC7125 Tahiti Gold

📋 copy color: '#DC7125'

red 220 ◦ green 113 ◦ blue 37

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

Shades of Tahiti Gold #DC7125

Tints of Tahiti Gold #DC7125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.54%

 BLUE value IS 37 (14.84% from 255) = 10%

R = 59.46%
G = 30.54%
B = 10%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC7125 (or 0xDC7125) is known color: Tahiti Gold. HEX triplet: DC, 71 and 25. RGB value is (220,113,37). Sum of RGB (Red+Green+Blue) = 220+113+37=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7125 is #238EDA. Grayscale: #888888. Windows color (decimal): -2330331 or 2453980. OLE color: 2453980.

HSL color Cylindrical-coordinate representation of color #DC7125: hue angle of 24.92º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC7125 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 113 37 -
CMYK 0 0.49 0.83 0.14
HSL 24.92º 0.72% 0.5% -
HSV(B) 24.92º 0.83% 0.86% -
XYZ 35.75 27.16 5.11 -
YUV 136.33 71.95 187.68 -
System Red Green Blue C M Y K H S L
Decimal 220 113 37 0 0.49 0.83 0.14 24.92 0.72 0.5
Hex DC 71 25 0 31 53 E 19 48 32
Octal 334 161 45 0 61 123 16 31 110 62
Binary 11011100 1110001 100101 0 110001 1010011 1110 11001 1001000 110010

Color Harmonies of #DC7125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7125

Black with #DC7125

Text Example


Text Example

White with #DC7125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7125; }

 p { color: rgb(220,113,37); }

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

background-color css

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

 a { background-color: rgb(220,113,37); }

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

border-color css

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

 span { border-color: rgb(220,113,37); }

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