Html Css Color HEX #DC7027 Tahiti Gold

📋 copy color: '#DC7027'

red 220 ◦ green 112 ◦ blue 39

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

Shades of Tahiti Gold #DC7027

Tints of Tahiti Gold #DC7027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.51%

R = 59.3%
G = 30.19%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC7027 (or 0xDC7027) is known color: Tahiti Gold. HEX triplet: DC, 70 and 27. RGB value is (220,112,39). Sum of RGB (Red+Green+Blue) = 220+112+39=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7027 is #238FD8. Grayscale: #888888. Windows color (decimal): -2330585 or 2584796. OLE color: 2584796.

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

Color convert

RGB 220 112 39 -
CMYK 0 0.49 0.82 0.14
HSL 24.2º 0.72% 0.51% -
HSV(B) 24.2º 0.82% 0.86% -
XYZ 35.68 26.95 5.24 -
YUV 135.97 73.28 187.94 -
System Red Green Blue C M Y K H S L
Decimal 220 112 39 0 0.49 0.82 0.14 24.2 0.72 0.51
Hex DC 70 27 0 31 52 E 18 48 33
Octal 334 160 47 0 61 122 16 30 110 63
Binary 11011100 1110000 100111 0 110001 1010010 1110 11000 1001000 110011

Color Harmonies of #DC7027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7027

Black with #DC7027

Text Example


Text Example

White with #DC7027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7027; }

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

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

background-color css

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

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

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

border-color css

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

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

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