Html Css Color HEX #DC8227 Tahiti Gold

📋 copy color: '#DC8227'

red 220 ◦ green 130 ◦ blue 39

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

Shades of Tahiti Gold #DC8227

Tints of Tahiti Gold #DC8227

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.42%

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

R = 56.56%
G = 33.42%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC8227 (or 0xDC8227) is known color: Tahiti Gold. HEX triplet: DC, 82 and 27. RGB value is (220,130,39). Sum of RGB (Red+Green+Blue) = 220+130+39=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 39 (15.62% from 255 or 10.03% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8227 is #237DD8. Grayscale: #929292. Windows color (decimal): -2325977 or 2589404. OLE color: 2589404.

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

Color convert

RGB 220 130 39 -
CMYK 0 0.41 0.82 0.14
HSL 30.17º 0.72% 0.51% -
HSV(B) 30.17º 0.82% 0.86% -
XYZ 37.86 31.33 5.97 -
YUV 146.54 67.32 180.4 -
System Red Green Blue C M Y K H S L
Decimal 220 130 39 0 0.41 0.82 0.14 30.17 0.72 0.51
Hex DC 82 27 0 29 52 E 1E 48 33
Octal 334 202 47 0 51 122 16 36 110 63
Binary 11011100 10000010 100111 0 101001 1010010 1110 11110 1001000 110011

Color Harmonies of #DC8227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8227

Black with #DC8227

Text Example


Text Example

White with #DC8227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8227; }

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

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

background-color css

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

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

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

border-color css

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

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

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