Html Css Color HEX #DC6D22 Tahiti Gold

📋 copy color: '#DC6D22'

red 220 ◦ green 109 ◦ blue 34

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

Shades of Tahiti Gold #DC6D22

Tints of Tahiti Gold #DC6D22

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.03%

 BLUE value IS 34 (13.67% from 255) = 9.37%

R = 60.61%
G = 30.03%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC6D22 (or 0xDC6D22) is known color: Tahiti Gold. HEX triplet: DC, 6D and 22. RGB value is (220,109,34). Sum of RGB (Red+Green+Blue) = 220+109+34=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6D22 is #2392DD. Grayscale: #868686. Windows color (decimal): -2331358 or 2256348. OLE color: 2256348.

HSL color Cylindrical-coordinate representation of color #DC6D22: hue angle of 24.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC6D22 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 109 34 -
CMYK 0 0.50 0.85 0.14
HSL 24.19º 0.73% 0.5% -
HSV(B) 24.19º 0.85% 0.86% -
XYZ 35.27 26.27 4.72 -
YUV 133.64 71.77 189.6 -
System Red Green Blue C M Y K H S L
Decimal 220 109 34 0 0.50 0.85 0.14 24.19 0.73 0.5
Hex DC 6D 22 0 32 55 E 18 49 32
Octal 334 155 42 0 62 125 16 30 111 62
Binary 11011100 1101101 100010 0 110010 1010101 1110 11000 1001001 110010

Color Harmonies of #DC6D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6D22

Black with #DC6D22

Text Example


Text Example

White with #DC6D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6D22; }

 p { color: rgb(220,109,34); }

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

background-color css

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

 a { background-color: rgb(220,109,34); }

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

border-color css

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

 span { border-color: rgb(220,109,34); }

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