Html Css Color HEX #DC6F2E Tahiti Gold

📋 copy color: '#DC6F2E'

red 220 ◦ green 111 ◦ blue 46

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

Shades of Tahiti Gold #DC6F2E

Tints of Tahiti Gold #DC6F2E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.44%

 BLUE value IS 46 (18.36% from 255) = 12.2%

R = 58.36%
G = 29.44%
B = 12.2%

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

#DC6F2E (or 0xDC6F2E) is known color: Tahiti Gold. HEX triplet: DC, 6F and 2E. RGB value is (220,111,46). Sum of RGB (Red+Green+Blue) = 220+111+46=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6F2E is #2390D1. Grayscale: #888888. Windows color (decimal): -2330834 or 3043292. OLE color: 3043292.

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

Color convert

RGB 220 111 46 -
CMYK 0 0.50 0.79 0.14
HSL 22.41º 0.71% 0.52% -
HSV(B) 22.41º 0.79% 0.86% -
XYZ 35.69 26.78 5.87 -
YUV 136.18 77.11 187.79 -
System Red Green Blue C M Y K H S L
Decimal 220 111 46 0 0.50 0.79 0.14 22.41 0.71 0.52
Hex DC 6F 2E 0 32 4F E 16 47 34
Octal 334 157 56 0 62 117 16 26 107 64
Binary 11011100 1101111 101110 0 110010 1001111 1110 10110 1000111 110100

Color Harmonies of #DC6F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F2E

Black with #DC6F2E

Text Example


Text Example

White with #DC6F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F2E; }

 p { color: rgb(220,111,46); }

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

background-color css

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

 a { background-color: rgb(220,111,46); }

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

border-color css

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

 span { border-color: rgb(220,111,46); }

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