Html Css Color HEX #DC7627 Tahiti Gold

📋 copy color: '#DC7627'

red 220 ◦ green 118 ◦ blue 39

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

Shades of Tahiti Gold #DC7627

Tints of Tahiti Gold #DC7627

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

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

R = 58.36%
G = 31.3%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC7627 (or 0xDC7627) is known color: Tahiti Gold. HEX triplet: DC, 76 and 27. RGB value is (220,118,39). Sum of RGB (Red+Green+Blue) = 220+118+39=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7627 is #2389D8. Grayscale: #8B8B8B. Windows color (decimal): -2329049 or 2586332. OLE color: 2586332.

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

Color convert

RGB 220 118 39 -
CMYK 0 0.46 0.82 0.14
HSL 26.19º 0.72% 0.51% -
HSV(B) 26.19º 0.82% 0.86% -
XYZ 36.36 28.32 5.47 -
YUV 139.49 71.29 185.42 -
System Red Green Blue C M Y K H S L
Decimal 220 118 39 0 0.46 0.82 0.14 26.19 0.72 0.51
Hex DC 76 27 0 2E 52 E 1A 48 33
Octal 334 166 47 0 56 122 16 32 110 63
Binary 11011100 1110110 100111 0 101110 1010010 1110 11010 1001000 110011

Color Harmonies of #DC7627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7627

Black with #DC7627

Text Example


Text Example

White with #DC7627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7627; }

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

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

background-color css

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

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

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

border-color css

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

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

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