Html Css Color HEX #DC6E2F Tahiti Gold

📋 copy color: '#DC6E2F'

red 220 ◦ green 110 ◦ blue 47

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

Shades of Tahiti Gold #DC6E2F

Tints of Tahiti Gold #DC6E2F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.18%

 BLUE value IS 47 (18.75% from 255) = 12.47%

R = 58.36%
G = 29.18%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC6E2F (or 0xDC6E2F) is known color: Tahiti Gold. HEX triplet: DC, 6E and 2F. RGB value is (220,110,47). Sum of RGB (Red+Green+Blue) = 220+110+47=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E2F is #2391D0. Grayscale: #888888. Windows color (decimal): -2331089 or 3108572. OLE color: 3108572.

HSL color Cylindrical-coordinate representation of color #DC6E2F: hue angle of 21.85º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC6E2F is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 110 47 -
CMYK 0 0.50 0.79 0.14
HSL 21.85º 0.71% 0.52% -
HSV(B) 21.85º 0.79% 0.86% -
XYZ 35.6 26.57 5.94 -
YUV 135.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 220 110 47 0 0.50 0.79 0.14 21.85 0.71 0.52
Hex DC 6E 2F 0 32 4F E 16 47 34
Octal 334 156 57 0 62 117 16 26 107 64
Binary 11011100 1101110 101111 0 110010 1001111 1110 10110 1000111 110100

Color Harmonies of #DC6E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E2F

Black with #DC6E2F

Text Example


Text Example

White with #DC6E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E2F; }

 p { color: rgb(220,110,47); }

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

background-color css

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

 a { background-color: rgb(220,110,47); }

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

border-color css

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

 span { border-color: rgb(220,110,47); }

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