Html Css Color HEX #DC7022 Tahiti Gold

📋 copy color: '#DC7022'

red 220 ◦ green 112 ◦ blue 34

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

Shades of Tahiti Gold #DC7022

Tints of Tahiti Gold #DC7022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

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

R = 60.11%
G = 30.6%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC7022 (or 0xDC7022) is known color: Tahiti Gold. HEX triplet: DC, 70 and 22. RGB value is (220,112,34). Sum of RGB (Red+Green+Blue) = 220+112+34=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7022 is #238FDD. Grayscale: #878787. Windows color (decimal): -2330590 or 2257116. OLE color: 2257116.

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

Color convert

RGB 220 112 34 -
CMYK 0 0.49 0.85 0.14
HSL 25.16º 0.73% 0.5% -
HSV(B) 25.16º 0.85% 0.86% -
XYZ 35.6 26.92 4.83 -
YUV 135.4 70.78 188.34 -
System Red Green Blue C M Y K H S L
Decimal 220 112 34 0 0.49 0.85 0.14 25.16 0.73 0.5
Hex DC 70 22 0 31 55 E 19 49 32
Octal 334 160 42 0 61 125 16 31 111 62
Binary 11011100 1110000 100010 0 110001 1010101 1110 11001 1001001 110010

Color Harmonies of #DC7022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7022

Black with #DC7022

Text Example


Text Example

White with #DC7022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7022; }

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

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

background-color css

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

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

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

border-color css

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

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

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