Html Css Color HEX #DC7427 Tahiti Gold

📋 copy color: '#DC7427'

red 220 ◦ green 116 ◦ blue 39

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

Shades of Tahiti Gold #DC7427

Tints of Tahiti Gold #DC7427

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.93%

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

R = 58.67%
G = 30.93%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC7427 (or 0xDC7427) is known color: Tahiti Gold. HEX triplet: DC, 74 and 27. RGB value is (220,116,39). Sum of RGB (Red+Green+Blue) = 220+116+39=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7427 is #238BD8. Grayscale: #8A8A8A. Windows color (decimal): -2329561 or 2585820. OLE color: 2585820.

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

Color convert

RGB 220 116 39 -
CMYK 0 0.47 0.82 0.14
HSL 25.52º 0.72% 0.51% -
HSV(B) 25.52º 0.82% 0.86% -
XYZ 36.13 27.85 5.39 -
YUV 138.32 71.96 186.26 -
System Red Green Blue C M Y K H S L
Decimal 220 116 39 0 0.47 0.82 0.14 25.52 0.72 0.51
Hex DC 74 27 0 2F 52 E 1A 48 33
Octal 334 164 47 0 57 122 16 32 110 63
Binary 11011100 1110100 100111 0 101111 1010010 1110 11010 1001000 110011

Color Harmonies of #DC7427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7427

Black with #DC7427

Text Example


Text Example

White with #DC7427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7427; }

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

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

background-color css

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

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

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

border-color css

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

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

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