Html Css Color HEX #DC6726 Tahiti Gold

📋 copy color: '#DC6726'

red 220 ◦ green 103 ◦ blue 38

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

Shades of Tahiti Gold #DC6726

Tints of Tahiti Gold #DC6726

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.53%

 BLUE value IS 38 (15.23% from 255) = 10.53%

R = 60.94%
G = 28.53%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC6726 (or 0xDC6726) is known color: Tahiti Gold. HEX triplet: DC, 67 and 26. RGB value is (220,103,38). Sum of RGB (Red+Green+Blue) = 220+103+38=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6726 is #2398D9. Grayscale: #828282. Windows color (decimal): -2332890 or 2516956. OLE color: 2516956.

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

Color convert

RGB 220 103 38 -
CMYK 0 0.53 0.83 0.14
HSL 21.43º 0.72% 0.51% -
HSV(B) 21.43º 0.83% 0.86% -
XYZ 34.72 25.06 4.84 -
YUV 130.57 75.76 191.79 -
System Red Green Blue C M Y K H S L
Decimal 220 103 38 0 0.53 0.83 0.14 21.43 0.72 0.51
Hex DC 67 26 0 35 53 E 15 48 33
Octal 334 147 46 0 65 123 16 25 110 63
Binary 11011100 1100111 100110 0 110101 1010011 1110 10101 1001000 110011

Color Harmonies of #DC6726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6726

Black with #DC6726

Text Example


Text Example

White with #DC6726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6726; }

 p { color: rgb(220,103,38); }

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

background-color css

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

 a { background-color: rgb(220,103,38); }

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

border-color css

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

 span { border-color: rgb(220,103,38); }

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