Html Css Color HEX #DC6826 Tahiti Gold

📋 copy color: '#DC6826'

red 220 ◦ green 104 ◦ blue 38

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

Shades of Tahiti Gold #DC6826

Tints of Tahiti Gold #DC6826

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

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

R = 60.77%
G = 28.73%
B = 10.5%

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

#DC6826 (or 0xDC6826) is known color: Tahiti Gold. HEX triplet: DC, 68 and 26. RGB value is (220,104,38). Sum of RGB (Red+Green+Blue) = 220+104+38=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6826 is #2397D9. Grayscale: #838383. Windows color (decimal): -2332634 or 2517212. OLE color: 2517212.

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

Color convert

RGB 220 104 38 -
CMYK 0 0.53 0.83 0.14
HSL 21.76º 0.72% 0.51% -
HSV(B) 21.76º 0.83% 0.86% -
XYZ 34.82 25.26 4.87 -
YUV 131.16 75.43 191.37 -
System Red Green Blue C M Y K H S L
Decimal 220 104 38 0 0.53 0.83 0.14 21.76 0.72 0.51
Hex DC 68 26 0 35 53 E 16 48 33
Octal 334 150 46 0 65 123 16 26 110 63
Binary 11011100 1101000 100110 0 110101 1010011 1110 10110 1001000 110011

Color Harmonies of #DC6826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6826

Black with #DC6826

Text Example


Text Example

White with #DC6826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6826; }

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

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

background-color css

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

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

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

border-color css

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

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

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