Html Css Color HEX #DC7128 Tahiti Gold

📋 copy color: '#DC7128'

red 220 ◦ green 113 ◦ blue 40

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

Shades of Tahiti Gold #DC7128

Tints of Tahiti Gold #DC7128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.72%

R = 58.98%
G = 30.29%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC7128 (or 0xDC7128) is known color: Tahiti Gold. HEX triplet: DC, 71 and 28. RGB value is (220,113,40). Sum of RGB (Red+Green+Blue) = 220+113+40=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7128 is #238ED7. Grayscale: #898989. Windows color (decimal): -2330328 or 2650588. OLE color: 2650588.

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

Color convert

RGB 220 113 40 -
CMYK 0 0.49 0.82 0.14
HSL 24.33º 0.72% 0.51% -
HSV(B) 24.33º 0.82% 0.86% -
XYZ 35.8 27.18 5.37 -
YUV 136.67 73.45 187.44 -
System Red Green Blue C M Y K H S L
Decimal 220 113 40 0 0.49 0.82 0.14 24.33 0.72 0.51
Hex DC 71 28 0 31 52 E 18 48 33
Octal 334 161 50 0 61 122 16 30 110 63
Binary 11011100 1110001 101000 0 110001 1010010 1110 11000 1001000 110011

Color Harmonies of #DC7128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7128

Black with #DC7128

Text Example


Text Example

White with #DC7128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7128; }

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

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

background-color css

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

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

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

border-color css

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

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

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