Html Css Color HEX #DC6A26 Tahiti Gold

📋 copy color: '#DC6A26'

red 220 ◦ green 106 ◦ blue 38

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

Shades of Tahiti Gold #DC6A26

Tints of Tahiti Gold #DC6A26

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.12%

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

R = 60.44%
G = 29.12%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC6A26 (or 0xDC6A26) is known color: Tahiti Gold. HEX triplet: DC, 6A and 26. RGB value is (220,106,38). Sum of RGB (Red+Green+Blue) = 220+106+38=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6A26 is #2395D9. Grayscale: #848484. Windows color (decimal): -2332122 or 2517724. OLE color: 2517724.

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

Color convert

RGB 220 106 38 -
CMYK 0 0.52 0.83 0.14
HSL 22.42º 0.72% 0.51% -
HSV(B) 22.42º 0.83% 0.86% -
XYZ 35.02 25.66 4.94 -
YUV 132.33 74.77 190.53 -
System Red Green Blue C M Y K H S L
Decimal 220 106 38 0 0.52 0.83 0.14 22.42 0.72 0.51
Hex DC 6A 26 0 34 53 E 16 48 33
Octal 334 152 46 0 64 123 16 26 110 63
Binary 11011100 1101010 100110 0 110100 1010011 1110 10110 1001000 110011

Color Harmonies of #DC6A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A26

Black with #DC6A26

Text Example


Text Example

White with #DC6A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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