Html Css Color HEX #DC7227 Tahiti Gold

📋 copy color: '#DC7227'

red 220 ◦ green 114 ◦ blue 39

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

Shades of Tahiti Gold #DC7227

Tints of Tahiti Gold #DC7227

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.56%

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

R = 58.98%
G = 30.56%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC7227 (or 0xDC7227) is known color: Tahiti Gold. HEX triplet: DC, 72 and 27. RGB value is (220,114,39). Sum of RGB (Red+Green+Blue) = 220+114+39=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7227 is #238DD8. Grayscale: #898989. Windows color (decimal): -2330073 or 2585308. OLE color: 2585308.

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

Color convert

RGB 220 114 39 -
CMYK 0 0.48 0.82 0.14
HSL 24.86º 0.72% 0.51% -
HSV(B) 24.86º 0.82% 0.86% -
XYZ 35.9 27.4 5.32 -
YUV 137.14 72.62 187.1 -
System Red Green Blue C M Y K H S L
Decimal 220 114 39 0 0.48 0.82 0.14 24.86 0.72 0.51
Hex DC 72 27 0 30 52 E 19 48 33
Octal 334 162 47 0 60 122 16 31 110 63
Binary 11011100 1110010 100111 0 110000 1010010 1110 11001 1001000 110011

Color Harmonies of #DC7227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7227

Black with #DC7227

Text Example


Text Example

White with #DC7227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7227; }

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

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

background-color css

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

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

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

border-color css

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

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

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