Html Css Color HEX #DC8125 Tahiti Gold

📋 copy color: '#DC8125'

red 220 ◦ green 129 ◦ blue 37

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

Shades of Tahiti Gold #DC8125

Tints of Tahiti Gold #DC8125

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.42%

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

R = 56.99%
G = 33.42%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC8125 (or 0xDC8125) is known color: Tahiti Gold. HEX triplet: DC, 81 and 25. RGB value is (220,129,37). Sum of RGB (Red+Green+Blue) = 220+129+37=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8125 is #237EDA. Grayscale: #929292. Windows color (decimal): -2326235 or 2458076. OLE color: 2458076.

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

Color convert

RGB 220 129 37 -
CMYK 0 0.41 0.83 0.14
HSL 30.16º 0.72% 0.5% -
HSV(B) 30.16º 0.83% 0.86% -
XYZ 37.7 31.05 5.76 -
YUV 145.72 66.65 180.98 -
System Red Green Blue C M Y K H S L
Decimal 220 129 37 0 0.41 0.83 0.14 30.16 0.72 0.5
Hex DC 81 25 0 29 53 E 1E 48 32
Octal 334 201 45 0 51 123 16 36 110 62
Binary 11011100 10000001 100101 0 101001 1010011 1110 11110 1001000 110010

Color Harmonies of #DC8125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8125

Black with #DC8125

Text Example


Text Example

White with #DC8125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8125; }

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

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

background-color css

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

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

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

border-color css

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

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

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